mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-30 16:25:31 +00:00
bash spaces
This commit is contained in:
parent
874e7068ab
commit
edc7737afd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
- name: Get branch name
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ '${{ github.event_name }}' == 'pull_request']]; then
|
||||
if [[ '${{ github.event_name }}' == 'pull_request' ]]; then
|
||||
echo "##[set-output name=branch_name;]$(echo ${GITHUB_HEAD_REF})"
|
||||
echo "Branch found (PR): ${GITHUB_HEAD_REF}"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user