diff options
author | Stanislas <angristan@pm.me> | 2019-10-30 12:07:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 12:07:45 +0900 |
commit | 237917009e867de599c8983f013e11468e166eac (patch) | |
tree | df2f982a512c630a788512d53667a043648ab4ab /.github | |
parent | 3b7a8c0362e435227d68cdb0cdb7a47921831ac4 (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 ad3d691..f9d966e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,6 +6,6 @@ jobs: steps: - uses: actions/checkout@master - name: shellcheck - uses: actions/bin/shellcheck@master + uses: ludeeus/actions/shellcheck@master with: args: wireguard-install.sh -e SC1091 -e SC2034 |