mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-03 22:29:22 +00:00
Merge pull request #85 from rjbell4/patch-1
Update repository reference
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ fi
|
|||||||
# the matcher so it won't take effect in later steps.
|
# the matcher so it won't take effect in later steps.
|
||||||
# shellcheck disable=SC2317
|
# shellcheck disable=SC2317
|
||||||
cleanup() {
|
cleanup() {
|
||||||
echo "::remove-matcher owner=brpaz/hadolint-action::"
|
echo "::remove-matcher owner=hadolint/hadolint-action::"
|
||||||
}
|
}
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
"owner": "brpaz/hadolint-action",
|
"owner": "hadolint/hadolint-action",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
||||||
|
|||||||
Reference in New Issue
Block a user