Skip to content

Commit

Permalink
Update trigger-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco authored Sep 18, 2023
1 parent f58d5f3 commit 30ca965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github.rest.issues.updateComment({
comment_id: commentId,
owner: context.owner,
repo: context.repo,
owner: context.repo.owner,
repo: context.repo.repo,
body: context.payload.comment.body + '\n\n 👋 Thanks for reporting!'
})
Expand Down

0 comments on commit 30ca965

Please sign in to comment.