From 75bb911ebea0ab9b6188cbaba353bb3de62287e7 Mon Sep 17 00:00:00 2001 From: Bob Bell <375968+rjbell4@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:44:53 -0400 Subject: [PATCH] fixup! Update hadolint.sh --- hadolint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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