fixup! Update hadolint.sh

This commit is contained in:
Bob Bell
2024-03-11 15:44:53 -04:00
committed by GitHub
parent 631cc83a1d
commit 75bb911ebe
+1 -1
View File
@@ -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