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 9426de5 commit e140b3aCopy full SHA for e140b3a
.github/workflows/binder-on-pr.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: comment on PR with Binder link
15
- uses: actions/github-script@v1
+ uses: actions/github-script@v3
16
with:
17
github-token: ${{secrets.GITHUB_TOKEN}}
18
script: |
0 commit comments