Skip to content

Commit

Permalink
chore(benchmarks): fix emoji reaction to comment (#7500)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 10, 2024
1 parent e290352 commit 7c7fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
await github.rest.reactions.createForIssueComment({
owner,
repo,
comment_id: payload.comment.node_id,
comment_id: payload.comment.id,
content: 'rocket',
})
}
Expand Down

0 comments on commit 7c7fba4

Please sign in to comment.