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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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