mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[Linux] Minor documentation improvements (#6749)
This commit is contained in:
@@ -10,8 +10,7 @@ function Get-ChromeDriverVersion {
|
||||
|
||||
function Get-FirefoxVersion {
|
||||
$firefoxVersion = firefox --version
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "mozillateam"
|
||||
return "$firefoxVersion (apt source repository: $aptSourceRepo)"
|
||||
return "$firefoxVersion"
|
||||
}
|
||||
|
||||
function Get-GeckodriverVersion {
|
||||
@@ -26,8 +25,7 @@ function Get-ChromiumVersion {
|
||||
|
||||
function Get-EdgeVersion {
|
||||
$edgeVersion = (microsoft-edge --version).trim()
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "microsoft-edge"
|
||||
return "$edgeVersion (apt source repository: $aptSourceRepo)"
|
||||
return "$edgeVersion"
|
||||
}
|
||||
|
||||
function Get-EdgeDriverVersion {
|
||||
|
||||
Reference in New Issue
Block a user