mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-11 12:08:25 +00:00
Log $PUSH_BRANCH value
This commit is contained in:
@@ -27,6 +27,8 @@ then
|
||||
|
||||
: ${PUSH_BRANCH:=`echo "$GITHUB_HEAD_REF" | awk -F / '{ print $3 }' `}
|
||||
|
||||
echo "Push Branch Value: $PUSH_BRANCH";
|
||||
|
||||
# Switch to branch from current Workflow run
|
||||
git checkout -b $PUSH_BRANCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user