Skip to content

Commit

Permalink
🚇 🩹 Adjust binder badge creation to github-script v5
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Oct 10, 2021
1 parent 3f503ac commit 7d0cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binder-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
script: |
var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO;
var PR_HEAD_REF = process.env.PR_HEAD_REF;
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 7d0cd3f

Please sign in to comment.