mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
rename Take-Part -> Take-OutputPart
This commit is contained in:
@@ -36,7 +36,7 @@ function Get-ToolcacheBoostVersions {
|
||||
return Get-ChildItem $toolcachePath -Name | Sort-Object { [Version]$_ }
|
||||
}
|
||||
|
||||
function Build-CachedToolsSection {
|
||||
function Build-CachedToolsSection {
|
||||
$output = ""
|
||||
|
||||
$output += New-MDHeader "Ruby" -Level 4
|
||||
@@ -44,7 +44,7 @@ function Build-CachedToolsSection {
|
||||
|
||||
$output += New-MDHeader "Python" -Level 4
|
||||
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
||||
|
||||
|
||||
$output += New-MDHeader "PyPy" -Level 4
|
||||
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
||||
|
||||
@@ -59,7 +59,6 @@ function Build-CachedToolsSection {
|
||||
$output += New-MDHeader "Boost" -Level 4
|
||||
$output += New-MDList -Lines $boostVersions -Style Unordered
|
||||
}
|
||||
|
||||
|
||||
return $output
|
||||
}
|
||||
Reference in New Issue
Block a user