Update main.yml

This commit is contained in:
nisbet-hubbard 2024-09-03 07:48:48 +08:00 committed by GitHub
parent c9325c9e18
commit cc18b8617c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,14 +20,7 @@ jobs:
- run: |
git config --global user.name "ai.robots.txt"
git config --global user.email "ai.robots.txt@users.noreply.github.com"
git rm robots.txt
git rm table-of-bot-metrics.md
git add -A
git commit -m "Removing previously generated files"
git push
php -f code/action.php
git config --global user.name "ai.robots.txt"
git config --global user.email "ai.robots.txt@users.noreply.github.com"
git add -A
if [ -n "${{ inputs.message }}" ]; then
git commit -m "${{ inputs.message }}"
@ -35,4 +28,4 @@ jobs:
git commit -m "${{ github.event.head_commit.message }}"
fi
git push
shell: bash
shell: bash