fix: github action didn't correctly triggered dev branch

This commit is contained in:
Pierre Mavro
2020-11-06 11:10:02 +01:00
committed by GitHub
parent e6b1ee0171
commit 15c8876295

View File

@@ -28,4 +28,7 @@ jobs:
- name: Run a multi-line script
timeout-minutes: 60
run: |
branch=$(echo ${{github.ref}} | sed -r 's/.+\/(.+)/\1/')
echo "Branch name: $branch"
export GITHUB_BRANCH=$branch
./helper.sh full_tests