mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
add some signposts to the log
This commit is contained in:
parent
b3068a8d90
commit
b584f613cd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue