mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-31 19:56:39 +08:00
Update workflow
This commit is contained in:
parent
d32203cbe2
commit
8a8878e9d2
3
.github/workflows/update-comment.yml
vendored
3
.github/workflows/update-comment.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
updateComment:
|
updateComment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.issue.number == 2
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
@ -16,6 +15,7 @@ jobs:
|
|||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
|
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
|
if: github.event.issue.number == 2
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -25,6 +25,7 @@ jobs:
|
|||||||
reaction-type: eyes
|
reaction-type: eyes
|
||||||
|
|
||||||
- name: Add reaction
|
- name: Add reaction
|
||||||
|
if: github.event.issue.number == 2
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user