Skip to content

Commit

Permalink
ci: fix ecosystem-ci-trigger reaction id (#18929)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Dec 10, 2024
1 parent 8ccd34d commit 0e3eec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
// Add 'rocket' reaction to the issue comment
if (response.status === 404) {
const reaction = await github.rest.reactions.createForIssueComment({
const { data: reaction } = await github.rest.reactions.createForIssueComment({
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: context.payload.comment.id,
Expand Down

0 comments on commit 0e3eec2

Please sign in to comment.