mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
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 "INPUT_BRANCH value: $INPUT_BRANCH";
|
||||||
echo "push_to_github";
|
echo "push_to_github";
|
||||||
|
|
||||||
|
echo "::debug __push_to_github"
|
||||||
|
|
||||||
|
|
||||||
if [ -z "$INPUT_BRANCH" ]
|
if [ -z "$INPUT_BRANCH" ]
|
||||||
then
|
then
|
||||||
# Only add `--tags` option, if `$INPUT_TAGGING_MESSAGE` is set
|
# Only add `--tags` option, if `$INPUT_TAGGING_MESSAGE` is set
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user