From de986d8be8bbf46eca20ae6476a0600d4dc4312f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:16:11 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index c4212d46..152428f7 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -14,7 +14,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} message: "This PR was automatically closed because it is invalid." - exclude-regex: ".*Update main\.go.*" + exclude-regex: '.*Update main\.go.*' golangci: name: lint