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