bash spaces
This commit is contained in:
parent
874e7068ab
commit
edc7737afd
|
@ -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…
Reference in New Issue