log git repository status

This commit is contained in:
Fabian Egli 2024-10-19 00:28:41 +02:00 committed by GitHub
parent b584f613cd
commit 25adc6b802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@ jobs:
- run: |
git config --global user.name "ai.robots.txt"
git config --global user.email "ai.robots.txt@users.noreply.github.com"
git log -1
git status
echo "Running update script ..."
php -f code/action.php
echo "... done."