Skip to content

Commit df2d472

Browse files
authored
Use correct branch for other repos
1 parent 55f419a commit df2d472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
distribution: 'adopt'
3030

3131
- name: Install using getNeuroML.py (non Win)
32+
env:
33+
main_repo_branch: ${GITHUB_REF_NAME}
3234
if: ${{ matrix.runs-on != 'windows-2019' }}
3335
run: |
3436
export main_repo_branch=${{env.main_repo_branch}}

0 commit comments

Comments
 (0)