Update workflow

This commit is contained in:
Peter Evans 2020-04-17 16:47:21 +09:00
parent c1e8fb2113
commit 8c671cb2d5

View File

@ -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