diff options
author | Stanislas <angristan@pm.me> | 2019-10-30 15:51:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 15:51:42 +0900 |
commit | bae941bcb2b629606c24c8532e7f5960282dd838 (patch) | |
tree | b086f94cf81453032fe80fe8b4e71131a62ec65e /.github | |
parent | 7979fef27e80b6fad92e3e0c7a1197fa9a3c3e24 (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 b6cfc2f..0c5da09 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,4 +8,4 @@ jobs: - name: shellcheck uses: ludeeus/action-shellcheck@0.0.1 with: - args: wireguard-install.sh -e SC1091 -e SC2034 + args: wireguard-install.sh -e SC1091 -e SC2034 -e SC1091 |