mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
fix environment variable
This commit is contained in:
@@ -13,7 +13,7 @@ function Get-SqliteVersion {
|
||||
return "sqlite3 $sqliteVersion"
|
||||
}
|
||||
|
||||
function Get-MySqlVersion {
|
||||
function Get-MySQLVersion {
|
||||
$mySqlVersion = (mysql --version).Split("/usr/bin/")[1]
|
||||
return "MySQL ($mySqlVersion)"
|
||||
}
|
||||
@@ -23,7 +23,7 @@ function Build-MySQLSection {
|
||||
|
||||
$output += New-MDHeader "MySQL" -Level 4
|
||||
$output += New-MDList -Style Unordered -Lines @(
|
||||
(Get-MySqlVersion),
|
||||
(Get-MySQLVersion ),
|
||||
"MySQL Server (user:root password:root)",
|
||||
"MS SQL Server Client Tools"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user