Skip to content

Commit 78ad21c

Browse files
authored
Change create-or-update-comment@v3 parameter reaction-type to reactions (#2647)
Parameter name 'reaction-type' is now 'reactions', see peter-evans/create-or-update-comment#29
1 parent 584a8ba commit 78ad21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
token: ${{ steps.generate-token.outputs.token }}
5555
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
5656
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
57-
reaction-type: hooray
57+
reactions: hooray

0 commit comments

Comments
 (0)