Skip to content

Commit

Permalink
Force add RULES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF committed Mar 18, 2024
1 parent ca7a4c8 commit 551b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
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
Expand Down

0 comments on commit 551b8be

Please sign in to comment.