mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
feat: Return apt packages with their installed versions (#2939)
This commit is contained in:
@@ -286,6 +286,6 @@ $markdown += Get-CachedDockerImagesTableData | New-MDTable
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
$markdown += New-MDHeader "Installed apt packages" -Level 3
|
||||
$markdown += New-MDList -Style Unordered -Lines @(Get-AptPackages)
|
||||
$markdown += Get-AptPackages | New-MDTable
|
||||
|
||||
$markdown | Out-File -FilePath "${OutputDirectory}/Ubuntu-Readme.md"
|
||||
|
||||
Reference in New Issue
Block a user