mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-19 00:26:01 +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: |
|
- run: |
|
||||||
git config --global user.name "ai.robots.txt"
|
git config --global user.name "ai.robots.txt"
|
||||||
git config --global user.email "ai.robots.txt@users.noreply.github.com"
|
git config --global user.email "ai.robots.txt@users.noreply.github.com"
|
||||||
|
echo "Running update script ..."
|
||||||
php -f code/action.php
|
php -f code/action.php
|
||||||
|
echo "... done."
|
||||||
git --no-pager diff
|
git --no-pager diff
|
||||||
git add -A
|
git add -A
|
||||||
if [ -n "${{ inputs.message }}" ]; then
|
if [ -n "${{ inputs.message }}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue