diff --git a/entrypoint.sh b/entrypoint.sh index 4b65156..2327881 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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