mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
Merge pull request #700 from mprins/patch-1
Fix software name for Microsoft SQL Express
This commit is contained in:
@@ -40,7 +40,7 @@ $instanceName = "$env:computername\$sqlInstance"
|
||||
$version = Test-SqlConnection -ServerName $instanceName -IntegratedSecurity "false" -UserName $sqlUser -Password $sqlPassword
|
||||
|
||||
# Adding description of the software to Markdown
|
||||
$SoftwareName = "Git"
|
||||
$SoftwareName = "Microsoft SQL Express"
|
||||
$Description = @"
|
||||
_Version:_ $version<br/>
|
||||
_InstanceName:_ $sqlInstance<br/>
|
||||
|
||||
Reference in New Issue
Block a user