diff --git a/entrypoint.sh b/entrypoint.sh index 17ce64f..daeff94 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -72,6 +72,9 @@ _push_to_github() { echo "INPUT_BRANCH value: $INPUT_BRANCH"; echo "push_to_github"; + echo "::debug __push_to_github" + + if [ -z "$INPUT_BRANCH" ] then # Only add `--tags` option, if `$INPUT_TAGGING_MESSAGE` is set