We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba74e3 commit f9c076fCopy full SHA for f9c076f
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
docker pull nfcore/eager:dev && docker tag nfcore/eager:dev nfcore/eager:dev
33
- name: Extract branch name
34
shell: bash
35
- run: echo "::set-env name=RUN_NAME::`echo ${GITHUB_REPOSITORY//\//_}`-`echo ${GITHUB_HEAD_REF//\//@} | rev | cut -f1 -d@ | rev`-${{ github.event_name }}-`echo ${GITHUB_SHA} | cut -c1-6`"
+ run: echo "::set-env name=RUN_NAME::`echo ${GITHUB_REPOSITORY//\//_}`-${{ github.event_name }}-`echo ${GITHUB_SHA} | cut -c1-6`"
36
id: extract_branch
37
- name: Determine tower usage
38
0 commit comments