From 4806a6a2001be521a77fd9ce657d7619bb3412be Mon Sep 17 00:00:00 2001 From: angristan Date: Sun, 12 May 2019 17:20:40 +0200 Subject: [PATCH] Update ShellCheck GitHub action --- .github/main.workflow | 4 ++-- 1 file 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" }