GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/infrapatch/infrapatch/./action.yml (Line: 83, Col: 11): Unrecognized named-value: 'create_branch'. Located at position 1 within expression: create_branch.outputs.created == 'false',/home/runner/work/infrapatch/infrapatch/./action.yml (Line: 83, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ create_branch.outputs.created == 'false' }}
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)