We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9a17 commit 966982dCopy full SHA for 966982d
README.md
@@ -38,9 +38,9 @@ jobs:
38
github-token: ${{secrets.GITHUB_TOKEN}}
39
script: |
40
github.issues.createComment({
41
- issue_number: context.issue,
42
- owner: context.owner,
43
- repo: context.repo,
+ issue_number: context.payload.issue.number,
+ owner: context.payload.repository.owner.login,
+ repo: context.payload.repository.name,
44
body: '👋 Thanks for reporting!'
45
})
46
```
0 commit comments