Skip to content

Commit

Permalink
fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Sep 13, 2024
1 parent c06e45b commit a903c82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ jobs:
rc_number=1 # Adjust if needed
BRANCH_NAME="v${NEST_VERSION}_rc${rc_number}"
echo "Branch name is: $BRANCH_NAME"
echo "##[set-output name=branch;]$BRANCH_NAME"
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
- name: Checkout nest-simualtor repo
uses: actions/checkout@v4
with:
repository: jessica-mitchell/nest-simulator
ref: ${{ steps.version_tag.outputs.branch }} # Use the dynamically created branch
ref: refs/heads/jupytext
#ref: ${{ steps.version_tag.outputs.branch }} # Use the dynamically created branch
token: ${{ secrets.API_TOKEN_GITHUB }}
path: nest-simulator # Directory to place the repository in

Expand Down

0 comments on commit a903c82

Please sign in to comment.