Skip to content

Commit 58cfeea

Browse files
authored
chore: fix PR deploy action to post a comment (#1235)
due to GH action upgrade
1 parent ee56ac7 commit 58cfeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
github-token: ${{secrets.GITHUB_TOKEN}}
138138
script: |
139-
github.issues.createComment({
139+
github.rest.issues.createComment({
140140
issue_number: context.payload.number,
141141
owner: context.repo.owner,
142142
repo: context.repo.repo,

0 commit comments

Comments
 (0)