diff --git a/.github/workflows/update-rules.yml b/.github/workflows/update-rules.yml index 3bead6c..4442f74 100644 --- a/.github/workflows/update-rules.yml +++ b/.github/workflows/update-rules.yml @@ -31,7 +31,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add RULES.md + git add -f RULES.md TIMESTAMP=$(date -u +"%Y-%m-%d") git commit -m "Update RULES.md - $TIMESTAMP." || echo "No changes to commit." git config pull.rebase true