We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8998b44 commit fa37242Copy full SHA for fa37242
.github/workflows/generate-overview.yml
@@ -1,4 +1,4 @@
1
-name: Generate Rule Overview Page
+name: Update Rule Overview Page
2
3
on:
4
push:
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v4
21
with:
22
- python-version: 3.x
+ python-version: '3.x'
23
24
- name: Install dependencies
25
run: |
@@ -35,4 +35,4 @@ jobs:
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"
38
- git push
+ git push
0 commit comments