Skip to content

Commit fa37242

Browse files
authored
Update generate-overview.yml
1 parent 8998b44 commit fa37242

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,4 +1,4 @@
1-
name: Generate Rule Overview Page
1+
name: Update Rule Overview Page
22

33
on:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.x
22+
python-version: '3.x'
2323

2424
- name: Install dependencies
2525
run: |
@@ -35,4 +35,4 @@ jobs:
3535
git config --local user.name "GitHub Action"
3636
git add rules_overview.md
3737
git commit -m "Update rules overview Markdown" || echo "No changes to commit"
38-
git push
38+
git push

0 commit comments

Comments
 (0)