We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a469e commit 6d83421Copy full SHA for 6d83421
github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs
@@ -79,7 +79,9 @@ await File.WriteAllTextAsync(
79
{
80
textWriter.WriteLine($"updated-metrics={updatedMetrics}");
81
textWriter.WriteLine($"summary-title={title}");
82
- textWriter.WriteLine($"summary-details={summary}");
+ textWriter.WriteLine("summary-details<<EOF");
83
+ textWriter.WriteLine(summary);
84
+ textWriter.WriteLine("EOF");
85
}
86
87
else
0 commit comments