GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 29, Col: 11): Unexpected symbol: '""'. Located at position 26 within expression: inputs.fprime_version != "",nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 37, Col: 11): Unexpected symbol: '"false"'. Located at position 26 within expression: inputs.run_unit_tests == "false",nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 43, Col: 11): Unexpected symbol: '"true"'. Located at position 26 within expression: inputs.run_unit_tests == "true",nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 29, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.fprime_version != "" }},nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 37, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.run_unit_tests == "false" }},nateinaction/fprime-project-builder/patch-conditionals/action.yml (Line: 43, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.run_unit_tests == "true" }}
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)