diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index cc73d03d39..1b7d51888b 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -13,7 +13,7 @@ jobs: with: script: | const {owner, repo} = context.issue - github.reactions.createForIssueComment({ + github.rest.reactions.createForIssueComment({ owner, repo, comment_id: context.payload.comment.id,