mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Revert "[Windows] Removed Git internal tools from PATH"
This commit is contained in:
committed by
GitHub
parent
ac4f5699c7
commit
635a57ab88
@@ -282,13 +282,6 @@ function Get-PacmanVersion {
|
||||
return "- Pacman $pacmanVersion"
|
||||
}
|
||||
|
||||
function Get-ShellTarget {
|
||||
$shells = Get-ChildItem C:\shells -File | Select-Object @{n="Name";e={
|
||||
$name = $_.Name
|
||||
if ($name -eq 'bash.exe') {"$name (Default)"} else {$name}}},@{n="Target";e={@($_.Target)[0]}} | Sort-Object Name
|
||||
$shells | New-MDTable -Columns ([ordered]@{Name = "left"; Target = "left";})
|
||||
}
|
||||
|
||||
function Get-YAMLLintVersion {
|
||||
yamllint --version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user