Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Nov 24, 2019
1 parent 8a8878e commit 1bd26a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 1bd26a4

Please sign in to comment.