Skip to content

Commit 2129fdf

Browse files
authored
fix(ci): resolve input str -> num conversion (#20169)
1 parent cf24a19 commit 2129fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-clear-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
scripts-ref: v0.11.6
3838
dry-run: ${{ github.event_name == 'pull_request' }}
3939
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
40+
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging

0 commit comments

Comments
 (0)