More logging

This commit is contained in:
Stefan Zweifel 2020-04-18 09:54:58 +02:00
parent ff4d6d6dd2
commit 6ba1a2cb9d
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ _tag_commit() {
}
_push_to_github() {
echo "INPUT_BRANCH value: $INPUT_BRANCH";
echo "push_to_github";
if [ -z "$INPUT_BRANCH" ]
then
# Only add `--tags` option, if `$INPUT_TAGGING_MESSAGE` is set