mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
display branch found in CLI [skip ci]
This commit is contained in:
parent
2c06492407
commit
b293096c72
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -77,7 +77,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=branch_name;]$(echo ${GITHUB_REF#refs/heads/})"
|
run: |
|
||||||
|
echo "##[set-output name=branch_name;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||||
|
echo "Branch found: ${{ steps.get_branch.outputs.branch_name }}"
|
||||||
id: get_branch
|
id: get_branch
|
||||||
|
|
||||||
- name: Cancel Previous Runs (except master/devel)
|
- name: Cancel Previous Runs (except master/devel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user