Fix Shellcheck action

This commit is contained in:
angristan 2019-05-26 12:17:21 +02:00
parent 0e4ef1e1e4
commit 7e71ea7dbb
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ workflow "ShellCheck" {
action "shellcheck" {
uses = "actions/bin/shellcheck@master"
args = "wireguard-install.sh -e SC1091 SC2034"
args = "wireguard-install.sh -e SC1091 -e SC2034"
}