aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorangristan <angristan@pm.me>2019-05-12 17:20:40 +0200
committerangristan <angristan@pm.me>2019-05-12 17:20:40 +0200
commit4806a6a2001be521a77fd9ce657d7619bb3412be (patch)
treedc470c83b347adafa4b1c06a50b52d01cfddadda /.github
parentb3289c882beed8e90c473e640b5f36965f8b3e5b (diff)
Update ShellCheck GitHub action
Diffstat (limited to '.github')
-rw-r--r--.github/main.workflow4
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"
}