From 5b6ab7e20d323fdcfe3b32d210233b471f75a205 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:34:45 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 8b3a974d..ff91e932 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -9,7 +9,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Runs a set of commands using the runners shell + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + - name: Close PR if commit message is "Update main.go" if: github.event.pull_request.title == 'Update main.go' run: |