We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ef41a commit 8fe47c5Copy full SHA for 8fe47c5
workflows/update-modality-counts.yml
@@ -27,10 +27,10 @@ jobs:
27
28
- name: Run tally script
29
run: |
30
- python3 scripts/tally_modalities.py
+ python3 scripts/tallyModalities.py
31
32
- name: Commit changes (if any)
33
uses: stefanzweifel/git-auto-commit-action@v5
34
with:
35
commit_message: "chore: update modality counts in README"
36
- file_pattern: "README.md"
+ file_pattern: "README.md"
0 commit comments