GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. IMIO/gha/main/plone-package-test-notify/action.yml (Line: 43, Col: 12): Unexpected symbol: '3.0.1'. Located at position 26 within expression: inputs.PYTHON_VERSION >= 3.0.1,IMIO/gha/main/plone-package-test-notify/action.yml (Line: 48, Col: 12): Unexpected symbol: '3.0.1'. Located at position 25 within expression: inputs.PYTHON_VERSION < 3.0.1,IMIO/gha/main/plone-package-test-notify/action.yml (Line: 43, Col: 12): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.PYTHON_VERSION >= 3.0.1 }},IMIO/gha/main/plone-package-test-notify/action.yml (Line: 48, Col: 12): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.PYTHON_VERSION < 3.0.1 }}
at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)