mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Add missing array comma in SoftwareReport.Generator.ps1
This commit is contained in:
@@ -45,7 +45,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-NPMVersion),
|
||||
(Get-YarnVersion),
|
||||
(Get-PipVersion),
|
||||
(Get-CondaVersion)
|
||||
(Get-CondaVersion),
|
||||
(Get-RubyGemsVersion),
|
||||
(Get-HelmVersion),
|
||||
(Get-ComposerVersion)
|
||||
|
||||
Reference in New Issue
Block a user