From b0463b3cb49b92e53fc3c6160f0e26da5b190948 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: Sun, 24 Sep 2023 13:15:49 +0900 Subject: [PATCH] chore: make lint happy --- .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 d56a0160..eaf6ec22 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -13,7 +13,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Close PR if commit message contains "Update" - if: github.event.pull_request.title.includes('Update') + if: ${{ github.event.pull_request.title }}.includes('Update') uses: superbrothers/close-pull-request@v3 with: # Optional. Post a issue comment just before closing a pull request.