Skip to content

Commit

Permalink
Fix name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF committed Mar 18, 2024
1 parent e3b080b commit 37c9718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules_overview.md linguist-generated=true
RULES.md linguist-generated=true
2 changes: 1 addition & 1 deletion .github/workflows/update-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add rules_overview.md
git add RULES.md
git commit -m "Update rules page." || echo "No changes to commit."
git push

0 comments on commit 37c9718

Please sign in to comment.