Correcting GitHub actions summary output

This commit is contained in:
David Refoua
2026-06-14 15:41:56 +03:30
committed by GitHub

View File

@@ -97,7 +97,7 @@ jobs:
}
$listUpdated += "$($s.name) v$($s.version), "
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | \`$oldVersion\` | **\`$($s.version)\`** |`n"
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | ``$oldVersion`` | **``$($s.version)``** |`n"
}
}