Skip to content

Commit 58c0ea3

Browse files
committed
update binder workflow
1 parent 1f5c219 commit 58c0ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binder-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
script: |
1919
var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO;
2020
var PR_HEAD_REF = process.env.PR_HEAD_REF;
21-
github.issues.createComment({
21+
github.rest.issues.createComment({
2222
issue_number: context.issue.number,
2323
owner: context.repo.owner,
2424
repo: context.repo.repo,

0 commit comments

Comments
 (0)