test
Some checks failed
/ ls (push) Failing after 18s

This commit is contained in:
lubiana 2023-10-16 22:07:41 +02:00
parent 32eba79853
commit b85c91b3d0
No known key found for this signature in database

View file

@ -16,7 +16,9 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
if [[ -z $(git status -s) ]]; then
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
fi