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