mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +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"
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user