[ci] Update github-script API usage (#4504)

This commit is contained in:
Tyler Veness
2022-10-23 10:15:42 -07:00
committed by GitHub
parent 6836e5923d
commit dcce5ad3b3

View File

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