mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[All OS] Output full version of git to software report (#5097)
This commit is contained in:
@@ -89,8 +89,7 @@ function Get-DockerBuildxVersion {
|
||||
}
|
||||
|
||||
function Get-GitVersion {
|
||||
$result = Get-CommandResult "git --version"
|
||||
$gitVersion = $result.Output | Take-OutputPart -Part 2
|
||||
$gitVersion = git --version | Take-OutputPart -Part -1
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "git-core"
|
||||
return "Git $gitVersion (apt source repository: $aptSourceRepo)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user