From f175666333b37c3f28eb8253649f2fbde5bd7591 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 21 Dec 2021 09:58:49 -0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0cfe07a..07306f5 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ runs: git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS else - echo "No changes" + echo "WARNING: No changes were detected. git commit push action aborted." fi shell: bash