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
1 changed files with 1 additions and 1 deletions

View File

@ -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)