mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 11:03:59 +00:00
Update main.yml
This commit is contained in:
parent
c9325c9e18
commit
cc18b8617c
1 changed files with 1 additions and 8 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue