Skip to content

Commit 64ebf90

Browse files
authored
Update pr_comment.yml
1 parent 4eb4a94 commit 64ebf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
github-token: ${{secrets.GITHUB_TOKEN}}
1717
script: |
18-
github.issues.createComment({
18+
github.rest.issues.createComment({
1919
issue_number: ${{ github.event.number }},
2020
owner: context.repo.owner,
2121
repo: context.repo.repo,

0 commit comments

Comments
 (0)