Skip to content

Commit 44c0e50

Browse files
committed
fix input
1 parent b98a4e1 commit 44c0e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily_summarize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run Summarize
3131
run: |
3232
uv run pymetrics summarize \
33-
--input-folder ${{ secrets.PYPI_OUTPUT_FOLDER }}
33+
--output-folder ${{ secrets.PYPI_OUTPUT_FOLDER }}
3434
env:
3535
PYDRIVE_CREDENTIALS: ${{ secrets.PYDRIVE_CREDENTIALS }}
3636
PYPI_OUTPUT_FOLDER: ${{ secrets.PYPI_OUTPUT_FOLDER }}

.github/workflows/dryrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Summarize - Dry Run
5050
run: |
5151
uv run pymetrics summarize \
52-
--input-folder ${{ secrets.PYPI_OUTPUT_FOLDER }} \
52+
--output-folder ${{ secrets.PYPI_OUTPUT_FOLDER }} \
5353
--dry-run
5454
env:
5555
PYDRIVE_CREDENTIALS: ${{ secrets.PYDRIVE_CREDENTIALS }}

0 commit comments

Comments
 (0)