Better logging.

This commit is contained in:
mike12345567 2023-09-07 10:48:08 +01:00
parent ef9c0f7f04
commit f17a0acb17
1 changed files with 2 additions and 0 deletions

View File

@ -229,7 +229,9 @@ jobs:
else
base_branch=develop
fi
echo "Running git fetch"
git fetch
echo "Running git rev-parse $base_branch"
base_commit=$(git rev-parse $base_branch)
echo "target_branch=$branch"