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 cf24a19 commit 2129fdfCopy full SHA for 2129fdf
.github/workflows/call-clear-cache.yml
@@ -37,4 +37,4 @@ jobs:
37
scripts-ref: v0.11.6
38
dry-run: ${{ github.event_name == 'pull_request' }}
39
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
40
- age-days: ${{ inputs.age-days || 0 }} # setting 0 in case of PR / debugging
+ age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging
0 commit comments