We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538fd86 commit 30f3045Copy full SHA for 30f3045
tools/devops/automation/scripts/GitHub.psm1
@@ -461,6 +461,7 @@ function New-GitHubSummaryComment {
461
}
462
463
$sb.AppendLine("</details>")
464
+ $sb.AppendLine("")
465
} else {
466
$sb.AppendLine("# API diff")
467
$sb.AppendLine("")
@@ -480,6 +481,7 @@ function New-GitHubSummaryComment {
480
481
$json = Get-Content $Artifacts | ConvertFrom-Json
482
if ($json.Count -gt 0) {
483
$sb.AppendLine("# Packages generated")
484
485
$sb.AppendLine("<details><summary>View packages</summary>")
486
$sb.AppendLine("") # no new line results in a bad rendering in the links
487
foreach ($a in $json) {
0 commit comments