Update workflow

This commit is contained in:
Peter Evans 2019-11-24 18:05:40 +09:00
parent 8a8878e9d2
commit 1bd26a48b8

View File

@ -15,7 +15,7 @@ jobs:
run: echo "$GITHUB_CONTEXT" run: echo "$GITHUB_CONTEXT"
- name: Update comment - name: Update comment
if: github.event.issue.number == 2 if: github.event.issue.number == 1
uses: ./ uses: ./
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
@ -25,7 +25,7 @@ jobs:
reaction-type: eyes reaction-type: eyes
- name: Add reaction - name: Add reaction
if: github.event.issue.number == 2 if: github.event.issue.number == 1
uses: ./ uses: ./
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}