Update action.yml

This commit is contained in:
Guillaume Falourd 2023-01-27 13:44:11 -03:00 committed by GitHub
parent 7f0e861402
commit 4fa49eef32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ runs:
git merge git-commit-push-action-${{ github.run_id }}-${{ github.job }}
git branch -d git-commit-push-action-${{ github.run_id }}-${{ github.job }}
git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS
git push "${{ inputs.remote_repository }}" "HEAD:$TARGET_BRANCH" --follow-tags $FORCE $TAGS
else
echo "WARNING: No changes were detected. git commit push action aborted."
fi