Echo input branch
This commit is contained in:
parent
f3700537e7
commit
0ccaca5cab
|
@ -45,7 +45,7 @@ _setup_git ( ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
_switch_to_branch() {
|
_switch_to_branch() {
|
||||||
# echo "INPUT_BRANCH value: $INPUT_BRANCH";
|
echo "INPUT_BRANCH value: $INPUT_BRANCH";
|
||||||
|
|
||||||
# Switch to branch from current Workflow run
|
# Switch to branch from current Workflow run
|
||||||
# git checkout $INPUT_BRANCH
|
# git checkout $INPUT_BRANCH
|
||||||
|
|
Loading…
Reference in New Issue