We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262994e commit db48947Copy full SHA for db48947
.github/workflows/daily_collection.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
uv run download-analytics collect-anaconda \
54
--output-folder gdrive://1UnDYovLkL4gletOF5328BG1X59mSHF-Z \
55
- --max-days ${{ inputs.max_days_pypi || 90 }} \
+ --max-days ${{ inputs.max_days_anaconda || 90 }} \
56
--verbose
57
env:
58
PYDRIVE_CREDENTIALS: ${{ secrets.PYDRIVE_CREDENTIALS }}
0 commit comments