GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/Photo-Sphere-Viewer/Photo-Sphere-Viewer/./.github/workflows/shared/setup/action.yml (Line: 40, Col: 11): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.,/home/runner/work/Photo-Sphere-Viewer/Photo-Sphere-Viewer/./.github/workflows/shared/setup/action.yml (Line: 49, Col: 11): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.,/home/runner/work/Photo-Sphere-Viewer/Photo-Sphere-Viewer/./.github/workflows/shared/setup/action.yml (Line: 40, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.turbo-cache == 'true' && !inputs.cache-readonly != 'true && !startsWith(github.ref_name, 'dependabot') }},/home/runner/work/Photo-Sphere-Viewer/Photo-Sphere-Viewer/./.github/workflows/shared/setup/action.yml (Line: 49, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.turbo-cache == 'true' && (inputs.cache-readonly == 'true || startsWith(github.ref_name, 'dependabot')) }}
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)