Skip to content

Commit 3f9f0fe

Browse files
committed
Update action name.
1 parent cc003fc commit 3f9f0fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-overview.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Update Rule Overview Page
1+
name: Update Rules Page
22

33
on:
44
push:
55
branches:
66
- main
7-
- brett0000FF/generate-rules-page
7+
- brett0000FF/generate-rules-page ##remove
88
paths:
99
- 'styles/**'
1010
- '.github/workflows/generate-overview.yml'
@@ -34,5 +34,5 @@ jobs:
3434
git config --local user.email "action@github.com"
3535
git config --local user.name "GitHub Action"
3636
git add rules_overview.md
37-
git commit -m "Update rules overview Markdown" || echo "No changes to commit"
37+
git commit -m "Update rules page." || echo "No changes to commit."
3838
git push

0 commit comments

Comments
 (0)