Fix GitHub action
This commit is contained in:
parent
12ba1a9d9a
commit
6e86b3e71a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -6,6 +6,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
uses: actions/bin/shellcheck@master
|
uses: ludeeus/action-shellcheck@0.0.1
|
||||||
with:
|
with:
|
||||||
args: openvpn-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
|
args: openvpn-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue