From 8a8878e9d2d5ce0087d68c5d7e2e99d39a1fa872 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 24 Nov 2019 18:04:17 +0900 Subject: [PATCH] Update workflow --- .github/workflows/update-comment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-comment.yml b/.github/workflows/update-comment.yml index c5eadb2..a2b0897 100644 --- a/.github/workflows/update-comment.yml +++ b/.github/workflows/update-comment.yml @@ -5,7 +5,6 @@ on: jobs: updateComment: runs-on: ubuntu-latest - if: github.event.issue.number == 2 steps: - uses: actions/checkout@v1 @@ -16,6 +15,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Update comment + if: github.event.issue.number == 2 uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} @@ -25,6 +25,7 @@ jobs: reaction-type: eyes - name: Add reaction + if: github.event.issue.number == 2 uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }}