Skip to content

Commit

Permalink
Fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet authored and galleon committed Dec 14, 2021
1 parent 105c3c1 commit d8889d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ jobs:
- name: Trigger a build on each BinderHub deployments in the mybinder.org federation
run: |
bash scripts/trigger_binder.sh https://gke.mybinder.org/build/gh/nhuet/scikit-decide/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://ovh.mybinder.org/build/gh/nhuet/scikit-decide/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://turing.mybinder.org/build/gh/nhuet/scikit-decide/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://gesis.mybinder.org/build/gh/nhuet/scikit-decide/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://gke.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://ovh.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://turing.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://gesis.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
- name: Set env variables for github+binder links in doc
run: |
Expand Down

0 comments on commit d8889d0

Please sign in to comment.