add some signposts to the log

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

View file

@ -20,7 +20,9 @@ jobs:
- run: |
git config --global user.name "ai.robots.txt"
git config --global user.email "ai.robots.txt@users.noreply.github.com"
echo "Running update script ..."
php -f code/action.php
echo "... done."
git --no-pager diff
git add -A
if [ -n "${{ inputs.message }}" ]; then