GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/eco-ci-energy-estimation/eco-ci-energy-estimation/./action.yml (Line: 101, Col: 12): Unexpected symbol: '"\'"'. Located at position 56 within expression: (contains(inputs.label, '"') || contains(inputs.label, "\'")) && 'No quotes allowed in labels' || inputs.label }}
label_cleaned=$(echo "$label" | tr -d "$&;\'")
echo "Cleaned label: $label_cleaned"
"${{ github.action_path
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)