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:
parent
b293096c72
commit
aee7f12376
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user