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

This commit is contained in:
lubiana 2023-10-20 19:10:05 +02:00
parent b638a0124f
commit 14db5b36e6
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ jobs:
env | sort
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git log -1
git log -1 --pretty %B
if [[ -n "$(git status -s)" ]]; then
echo lol
fi