Skip to content

Commit 7c7fba4

Browse files
authored
chore(benchmarks): fix emoji reaction to comment (#7500)
1 parent e290352 commit 7c7fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
await github.rest.reactions.createForIssueComment({
5454
owner,
5555
repo,
56-
comment_id: payload.comment.node_id,
56+
comment_id: payload.comment.id,
5757
content: 'rocket',
5858
})
5959
}

0 commit comments

Comments
 (0)