test
All checks were successful
/ ls (push) Successful in 19s

This commit is contained in:
lubiana 2023-10-16 22:12:39 +02:00
parent 912dddb6fb
commit b43ce75c42
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
if [[ -n $(git status --porcelain) ]]; then
if [[ -z $(git status --porcelain) ]]; then
echo lol
fi