diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/main.workflow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/main.workflow b/.github/main.workflow index ad0a386..cb93a1a 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,9 +1,9 @@ workflow "ShellCheck" { on = "push" - resolves = ["ShellCheck"] + resolves = ["shellcheck"] } -action "ShellCheck" { +action "shellcheck" { uses = "actions/bin/shellcheck@master" args = "wireguard-install.sh" } |