From 6334faed53adaae58c0aa4ba606fae8fec413e7a Mon Sep 17 00:00:00 2001 From: pputman-clabs Date: Tue, 17 Dec 2024 12:04:45 -0600 Subject: [PATCH] fix misspelled input --- .github/workflows/go-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 8990c70..acf07e2 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -42,7 +42,7 @@ on: description: 'only run on new issues in local PR diff' type: boolean default: false - golangci-lint-problem-matches: + golangci-lint-problem-matchers: description: 'run with golangci problem matchers' type: boolean default: false