Echo input branch

This commit is contained in:
Stefan Zweifel 2020-04-18 09:52:16 +02:00
parent f3700537e7
commit 0ccaca5cab
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _setup_git ( ) {
}
_switch_to_branch() {
# echo "INPUT_BRANCH value: $INPUT_BRANCH";
echo "INPUT_BRANCH value: $INPUT_BRANCH";
# Switch to branch from current Workflow run
# git checkout $INPUT_BRANCH