mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
fix(Validate-AzureModules): escape backticks for markdown
This commit is contained in:
@@ -49,7 +49,7 @@ $SoftwareName = "Azure/AzureRM Powershell modules"
|
||||
$Description = @"
|
||||
#### $($DefaultModule.Version)
|
||||
|
||||
This version is installed and is available via `Get-Module -ListAvailable`
|
||||
This version is installed and is available via ``Get-Module -ListAvailable``
|
||||
"@
|
||||
|
||||
Add-SoftwareDetailsToMarkdown -SoftwareName $SoftwareName -DescriptionMarkdown $Description
|
||||
|
||||
Reference in New Issue
Block a user