bash spaces

This commit is contained in:
Mamy André-Ratsimbazafy 2020-10-06 16:16:10 +02:00
parent 874e7068ab
commit edc7737afd
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

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