diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index 09b5dc77f9..f1f0404299 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -37,4 +37,4 @@ jobs: scripts-ref: v0.11.6 dry-run: ${{ github.event_name == 'pull_request' }} pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging - 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