mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
bash version output (#2241)
This commit is contained in:
committed by
GitHub
parent
911f1685c4
commit
034cf97599
@@ -8,6 +8,11 @@ function Get-OSVersion {
|
||||
return "OS Version: $OSVersion Build $OSBuild"
|
||||
}
|
||||
|
||||
function Get-BashVersion {
|
||||
$version = bash -c 'echo ${BASH_VERSION}'
|
||||
return "Bash $version"
|
||||
}
|
||||
|
||||
function Get-JavaVersionsList {
|
||||
param(
|
||||
[string] $DefaultVersion
|
||||
|
||||
Reference in New Issue
Block a user