We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc003fc commit 3f9f0feCopy full SHA for 3f9f0fe
.github/workflows/generate-overview.yml
@@ -1,10 +1,10 @@
1
-name: Update Rule Overview Page
+name: Update Rules Page
2
3
on:
4
push:
5
branches:
6
- main
7
- - brett0000FF/generate-rules-page
+ - brett0000FF/generate-rules-page ##remove
8
paths:
9
- 'styles/**'
10
- '.github/workflows/generate-overview.yml'
@@ -34,5 +34,5 @@ jobs:
34
git config --local user.email "action@github.com"
35
git config --local user.name "GitHub Action"
36
git add rules_overview.md
37
- git commit -m "Update rules overview Markdown" || echo "No changes to commit"
+ git commit -m "Update rules page." || echo "No changes to commit."
38
git push
0 commit comments