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