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 4eb4a94 commit 64ebf90Copy full SHA for 64ebf90
.github/workflows/pr_comment.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
github-token: ${{secrets.GITHUB_TOKEN}}
17
script: |
18
- github.issues.createComment({
+ github.rest.issues.createComment({
19
issue_number: ${{ github.event.number }},
20
owner: context.repo.owner,
21
repo: context.repo.repo,
0 commit comments