Skip to content

Commit

Permalink
install hub before use
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 31, 2023
1 parent 2166480 commit c8642b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync_lab_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
run: |
npm install --global yarn
yarn install
- name: Install hub
uses: geertvdc/setup-hub@master
- name: Check for new Jupyterlab releases
shell: bash
Expand Down Expand Up @@ -86,6 +83,7 @@ jobs:
git commit . -m "Update to Neurodesk v${NEURODESK_LATEST}"
git push --set-upstream origin "${BRANCH_NAME}"
sudo apt install hub
hub pull-request -m "Update to Neurodesk v${NEURODESK_LATEST}" \
-m "New Neurodesk release [v${NEURODESK_LATEST}](https://github.com/NeuroDesk/neurodesk.github.io/blob/main/data/neurodesktop.toml) is available. Please review the lock file carefully.".
fi
Expand Down

0 comments on commit c8642b0

Please sign in to comment.