Skip to content

Commit 3bb959f

Browse files
committed
try with new issue
1 parent ab780ce commit 3bb959f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/comment-on-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- uses: actions/github-script@v8
1616
with:
1717
script: |
18+
console.log(JSON.stringify(context.payload, null, 2));
1819
github.rest.issues.createComment({
19-
issue_number: context.payload.issue.number,
20+
issue_number: context.issue.number,
2021
owner: context.repo.owner,
2122
repo: context.repo.repo,
2223
body: '👋 Thanks for reporting!'

0 commit comments

Comments
 (0)