Skip to content

Commit eacc0e3

Browse files
committed
Fix actions/github-script invocation
1 parent e276e9b commit eacc0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/respond-on-new-pick-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
MESSAGE: $(cat ./pick-request-hello-message.md)
1515
with:
1616
script: |
17-
github.issues.createComment({
17+
github.rest.issues.createComment({
1818
issue_number: github.context.issue.number,
1919
owner: github.context.repo.owner,
2020
repo: github.context.repo.repo,

0 commit comments

Comments
 (0)