Update action.yml

This commit is contained in:
Guillaume Falourd 2021-12-21 09:58:49 -03:00 committed by GitHub
parent f8c9d79a14
commit f175666333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ runs:
git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS
else else
echo "No changes" echo "WARNING: No changes were detected. git commit push action aborted."
fi fi
shell: bash shell: bash