Add Debug Message

This commit is contained in:
Stefan Zweifel 2020-04-18 09:57:52 +02:00
parent 6ba1a2cb9d
commit 5b81f384d5
1 changed files with 3 additions and 0 deletions

View File

@ -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