Add Debug Message
This commit is contained in:
parent
6ba1a2cb9d
commit
5b81f384d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue