Skip to content

Commit 3d42438

Browse files
fix: update GitHub Actions workflow to use the correct GitHub API method for creating comments
1 parent a252547 commit 3d42438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/panda-webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/github-script@v6
6767
with:
6868
script: |
69-
github.issues.createComment({
69+
github.rest.issues.createComment({
7070
issue_number: 1,
7171
owner: context.repo.owner,
7272
repo: context.repo.repo,

0 commit comments

Comments
 (0)