Merge pull request #35 from nisbet-hubbard/patch-7

Improve main workflow
This commit is contained in:
Cory Dransfeldt 2024-09-02 18:40:57 -07:00 committed by GitHub
commit b30ca5f193
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