We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f419a commit df2d472Copy full SHA for df2d472
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
distribution: 'adopt'
30
31
- name: Install using getNeuroML.py (non Win)
32
+ env:
33
+ main_repo_branch: ${GITHUB_REF_NAME}
34
if: ${{ matrix.runs-on != 'windows-2019' }}
35
run: |
36
export main_repo_branch=${{env.main_repo_branch}}
0 commit comments