This commit is contained in:
Adria Navarro 2023-07-05 11:13:25 +02:00
parent a5ecf01ece
commit 5be51c86ef
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ jobs:
pro_commit=$(git rev-parse HEAD) pro_commit=$(git rev-parse HEAD)
branch="${{ github.base_ref || github.ref_name }}" branch="${{ github.base_ref || github.ref_name }}"
echo "Running on branch `$branch` (base_ref=${{ github.base_ref }}, ref_name=${{ github.head_ref }})" echo "Running on branch '$branch' (base_ref=${{ github.base_ref }}, ref_name=${{ github.head_ref }})"
if [[ $branch == "master" ]]; then if [[ $branch == "master" ]]; then
base_commit=$(git rev-parse origin/master) base_commit=$(git rev-parse origin/master)