GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/actions-release/actions-release/./release-notes-preview/action.yaml (Line: 104, Col: 11): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.,/home/runner/work/actions-release/actions-release/./release-notes-preview/action.yaml (Line: 139, Col: 11): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.,/home/runner/work/actions-release/actions-release/./release-notes-preview/action.yaml (Line: 104, Col: 11): Unexpected symbol: '${{'. Located at position 233 within expression: steps.release-notes-preview.outputs.new-release-published && inputs.enforce-breaking-changes-docs && steps.release-notes-preview.outputs.new-release-major-version != steps.release-notes-preview.outputs.last-release-major-version && ${{ hashFiles(format(''docs/breaking-changes/v{0}.md', steps.release-notes-preview.outputs.new-release-major-version)) == '' }}
,/home/runner/work/actions-release/actions-release/./release-notes-preview/action.yaml (Line: 139, Col: 11): Unexpected symbol: '${{'. Located at position 233 within expression: steps.release-notes-preview.outputs.new-release-published && inputs.enforce-breaking-changes-docs && steps.release-notes-preview.outputs.new-release-major-version != steps.release-notes-preview.outputs.last-release-major-version && ${{ hashFiles(format(''docs/breaking-changes/v{0}.md', steps.release-notes-preview.outputs.new-release-major-version)) == '' }}
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)