From 37c971849adc8f13ec8f4a0e0d10d849f358d366 Mon Sep 17 00:00:00 2001 From: Brett Blue Date: Mon, 18 Mar 2024 15:27:10 -0600 Subject: [PATCH] Fix name. --- .gitattributes | 2 +- .github/workflows/update-rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 841456b..faa3394 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -rules_overview.md linguist-generated=true \ No newline at end of file +RULES.md linguist-generated=true \ No newline at end of file diff --git a/.github/workflows/update-rules.yml b/.github/workflows/update-rules.yml index 33a5930..500123c 100644 --- a/.github/workflows/update-rules.yml +++ b/.github/workflows/update-rules.yml @@ -33,6 +33,6 @@ jobs: run: | git config --local user.email "action@github.com" 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