mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Output $INPUT_REF
This commit is contained in:
parent
6f1c9227f5
commit
6c17ba31a9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user