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
c1e8fb2113
commit
8c671cb2d5
9
.github/workflows/test-command.yml
vendored
9
.github/workflows/test-command.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
- Created by [create-or-update-comment][1]
|
- Created by [create-or-update-comment][1]
|
||||||
|
|
||||||
[1]: https://github.com/peter-evans/create-or-update-comment
|
[1]: https://github.com/peter-evans/create-or-update-comment
|
||||||
reaction-type: '+1'
|
reactions: '+1'
|
||||||
|
|
||||||
# Test update
|
# Test update
|
||||||
- name: Update comment
|
- name: Update comment
|
||||||
@ -44,9 +44,10 @@ jobs:
|
|||||||
comment-id: ${{ steps.couc.outputs.comment-id }}
|
comment-id: ${{ steps.couc.outputs.comment-id }}
|
||||||
body: |
|
body: |
|
||||||
**Edit:** Some additional info
|
**Edit:** Some additional info
|
||||||
reaction-type: eyes
|
reactions: eyes
|
||||||
|
|
||||||
- name: Add reaction
|
# Test add reactions
|
||||||
|
- name: Add reactions
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.couc.outputs.comment-id }}
|
comment-id: ${{ steps.couc.outputs.comment-id }}
|
||||||
@ -57,4 +58,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
|
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
|
||||||
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
|
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
|
||||||
reaction-type: hooray
|
reactions: hooray
|
||||||
|
Loading…
x
Reference in New Issue
Block a user