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 897d78c commit 3fbd266Copy full SHA for 3fbd266
.github/workflows/end_to_end_regression_polaris.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Get branch/tag name
17
- run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut -d/ -f3)" >> $GITHUB_ENV
+ run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut --complement -d/ -f1,2)" >> $GITHUB_ENV
18
- uses: eic/trigger-gitlab-ci@v3
19
with:
20
url: https://gitlab-ci.alcf.anl.gov
0 commit comments