2
0
mirror of https://github.com/status-im/nimbus-eth2.git synced 2025-01-12 23:34:44 +00:00

Try again, maybe this is only set after the step

This commit is contained in:
Mamy André-Ratsimbazafy 2020-10-06 15:57:12 +02:00
parent b293096c72
commit aee7f12376
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1

@ -79,7 +79,7 @@ jobs:
shell: bash
run: |
echo "##[set-output name=branch_name;]$(echo ${GITHUB_REF#refs/heads/})"
echo "Branch found: ${{ steps.get_branch.outputs.branch_name }}"
echo "Branch found: ${GITHUB_REF#refs/heads/}"
id: get_branch
- name: Cancel Previous Runs (except master/devel)