We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2478b4e commit c146ab7Copy full SHA for c146ab7
.github/workflows/binder-badge.yaml renamed to .github/workflows/colab-badge.yaml
@@ -11,13 +11,13 @@ jobs:
11
pull-requests: write
12
steps:
13
- name: comment on PR with Colab link
14
- uses: actions/github-script@v8
+ uses: actions/github-script@v3
15
with:
16
github-token: ${{secrets.GITHUB_TOKEN}}
17
script: |
18
var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO;
19
var PR_HEAD_REF = process.env.PR_HEAD_REF;
20
- github.issues.createComment({
+ github.rest.issues.createComment({
21
issue_number: context.issue.number,
22
owner: context.repo.owner,
23
repo: context.repo.repo,
0 commit comments