From 1bd26a48b85eae4e385cd1a1c0cae89db5d9922d Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 24 Nov 2019 18:05:40 +0900 Subject: [PATCH] Update workflow --- .github/workflows/update-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-comment.yml b/.github/workflows/update-comment.yml index a2b0897..927bb11 100644 --- a/.github/workflows/update-comment.yml +++ b/.github/workflows/update-comment.yml @@ -15,7 +15,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Update comment - if: github.event.issue.number == 2 + if: github.event.issue.number == 1 uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} @@ -25,7 +25,7 @@ jobs: reaction-type: eyes - name: Add reaction - if: github.event.issue.number == 2 + if: github.event.issue.number == 1 uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }}