You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR the field should be either an expression or an integer. I don't think GHA actually allows floats in there like the error implies:
$ pre-commit run actionlint-docker --all-files -v Lint GitHub Actions workflow files.......................................Failed- hook id: actionlint-docker- duration: 1.03s- exit code: 1.github/workflows/reusable-build-wheel.yml:42:22: type of expression at "float number value" must be number but found type string [expression] |42 | timeout-minutes: ${{ inputs.qemu && 60 || 20 }} | ^~~