mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-18 19:22:44 +08:00
Update workflow
This commit is contained in:
parent
8a8878e9d2
commit
1bd26a48b8
4
.github/workflows/update-comment.yml
vendored
4
.github/workflows/update-comment.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user