mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Use self
This commit is contained in:
parent
18c29dd450
commit
fa3cc6ede4
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -7,6 +7,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Run Shellcheck
|
- name: Run Shellcheck
|
||||||
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ignore: "ignore"
|
ignore: "ignore"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user