Skip to content

Commit 2d4c170

Browse files
committed
fix secret
1 parent 08d8c39 commit 2d4c170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dryrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uv run pymetrics collect-pypi \
3232
--max-days 30 \
3333
--add-metrics \
34-
--output-folder $${{ secrets.PYPI_OUTPUT_FOLDER }} \
34+
--output-folder ${{ secrets.PYPI_OUTPUT_FOLDER }} \
3535
--dry-run
3636
env:
3737
PYDRIVE_CREDENTIALS: ${{ secrets.PYDRIVE_CREDENTIALS }}

0 commit comments

Comments
 (0)