mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Polish macOS and Linux docs (#6827)
This commit is contained in:
@@ -285,6 +285,6 @@ function Get-ZstdVersion {
|
||||
}
|
||||
|
||||
function Get-YqVersion {
|
||||
$yqVersion = ($(yq -V) -Split " ")[-1]
|
||||
return $yqVersion
|
||||
$yqVersion = $(yq -V) | Take-OutputPart -Part 3
|
||||
return $yqVersion.TrimStart("v").Trim()
|
||||
}
|
||||
Reference in New Issue
Block a user