diff --git a/src/dotnet-trx/TrxCommand.cs b/src/dotnet-trx/TrxCommand.cs index 36c116a..2f02590 100644 --- a/src/dotnet-trx/TrxCommand.cs +++ b/src/dotnet-trx/TrxCommand.cs @@ -256,7 +256,7 @@ static void GitHubReport(Summary summary, StringBuilder details) os = $"macOS {Environment.OSVersion.VersionString}"; sb.AppendLine( - $"from [dotnet-trx](https://github.com/devlooped/dotnet-trx) with [:purple_heart:](https://github.com/sponsors/devlooped) via {RuntimeInformation.FrameworkDescription} on {RuntimeInformation.OSDescription}"); + $"from [dotnet-trx](https://github.com/devlooped/dotnet-trx) with [:purple_heart:](https://github.com/sponsors/devlooped) via {RuntimeInformation.FrameworkDescription} on {os}"); if (TryExecute("gh", $"pr comment {pr} --body-file -", sb.ToString(), out var link)) WriteLine($"::notice title=Added summary as [pull-request comment]({link})");