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 06a4de3 commit 8835528Copy full SHA for 8835528
‎scripts/main.ps1‎
@@ -59,7 +59,7 @@ $providedPrivateKey = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_Priv
59
'::endgroup::'
60
61
LogGroup 'GitHub-Script - Installed modules' {
62
- Get-InstalledPSResource | Select-Object Name, Version, Prerelease | Format-Table -AutoSize
+ Get-InstalledPSResource | Select-Object Name, Version, Prerelease | Sort-Object -Property Name | Format-Table -AutoSize
63
}
64
65
if ($providedClientID -and $providedPrivateKey) {
0 commit comments