Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Apr 17, 2020
1 parent c1e8fb2 commit 8c671cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reaction-type: '+1'
reactions: '+1'

# Test update
- name: Update comment
Expand All @@ -44,9 +44,10 @@ jobs:
comment-id: ${{ steps.couc.outputs.comment-id }}
body: |
**Edit:** Some additional info
reaction-type: eyes
reactions: eyes

- name: Add reaction
# Test add reactions
- name: Add reactions
uses: ./
with:
comment-id: ${{ steps.couc.outputs.comment-id }}
Expand All @@ -57,4 +58,4 @@ jobs:
with:
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
reaction-type: hooray
reactions: hooray

0 comments on commit 8c671cb

Please sign in to comment.