mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 09:31:57 +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:
|
||||
- uses: actions/checkout@master
|
||||
- name: Run Shellcheck
|
||||
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
||||
uses: ./
|
||||
with:
|
||||
ignore: "ignore"
|
||||
|
Loading…
x
Reference in New Issue
Block a user