diff --git a/hadolint.sh b/hadolint.sh index d28035d..edc6fab 100755 --- a/hadolint.sh +++ b/hadolint.sh @@ -12,7 +12,7 @@ fi # the matcher so it won't take effect in later steps. # shellcheck disable=SC2317 cleanup() { - echo "::remove-matcher owner=brpaz/hadolint-action::" + echo "::remove-matcher owner=hadolint/hadolint-action::" } trap cleanup EXIT