mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-24 17:26:07 +08:00
Output $INPUT_REF
This commit is contained in:
@@ -29,6 +29,8 @@ then
|
||||
|
||||
echo "Push Branch Value: $PUSH_BRANCH";
|
||||
|
||||
echo "Input Ref: $INPUT_REF";
|
||||
|
||||
# Switch to branch from current Workflow run
|
||||
git checkout $INPUT_REF
|
||||
|
||||
|
Reference in New Issue
Block a user