We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f2be7 commit 4276b29Copy full SHA for 4276b29
1 file changed
.github/workflows/update-boosters.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: pip install -r requirements.txt
25
26
- name: Run booster split script
27
- run: python split_boosters.py
+ run: python booster_splitter.py
28
29
- name: Commit and push changes
30
run: |
0 commit comments