Skip to content

Commit 8fe47c5

Browse files
Rename tally script to tallyModalities.py
1 parent 46ef41a commit 8fe47c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/update-modality-counts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
- name: Run tally script
2929
run: |
30-
python3 scripts/tally_modalities.py
30+
python3 scripts/tallyModalities.py
3131
3232
- name: Commit changes (if any)
3333
uses: stefanzweifel/git-auto-commit-action@v5
3434
with:
3535
commit_message: "chore: update modality counts in README"
36-
file_pattern: "README.md"
36+
file_pattern: "README.md"

0 commit comments

Comments
 (0)