mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Fix templates
This commit is contained in:
@@ -272,5 +272,5 @@ function Get-SphinxVersion {
|
||||
}
|
||||
|
||||
function Get-YamllintVersion {
|
||||
return (yamllint --version | Out-String)
|
||||
return "$(yamllint --version)"
|
||||
}
|
||||
Reference in New Issue
Block a user