Skip to content

Commit

Permalink
Fix variables problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Sep 15, 2023
1 parent a455d37 commit 547dee1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
timeout-minutes: 60
continue-on-error: true
run: |
set -ex
REPO_NAME=${{ github.repository }}
BRANCH_NAME=${GITHUB_REF#refs/heads/}
BINDER_REPO_NAME=${REPO_NAME}
BINDER_BRANCH_NAME=${BRANCH_NAME}-binder
curl -L https://mybinder.org/build/gh/${BINDER_REPO_NAME}/${BINDER_BRANCH_NAME}

0 comments on commit 547dee1

Please sign in to comment.