From 0ccaca5cab9d7b506c56eaf3ff18501c15660cae Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 18 Apr 2020 09:52:16 +0200 Subject: [PATCH] Echo input branch --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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