diff options
author | Stanislas <angristan@pm.me> | 2019-10-30 12:09:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 12:09:40 +0900 |
commit | 7979fef27e80b6fad92e3e0c7a1197fa9a3c3e24 (patch) | |
tree | acc69e85ad8025279ccdffec3bf5959f00af96a8 /.github | |
parent | 237917009e867de599c8983f013e11468e166eac (diff) |
Update action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f9d966e..b6cfc2f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,6 +6,6 @@ jobs: steps: - uses: actions/checkout@master - name: shellcheck - uses: ludeeus/actions/shellcheck@master + uses: ludeeus/action-shellcheck@0.0.1 with: args: wireguard-install.sh -e SC1091 -e SC2034 |