mirror of
https://github.com/cmderdev/cmder.git
synced 2026-04-14 22:04:32 +08:00
use double-quote for "`n"
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
if ($vendorInfo.Count -eq 0) {
|
if ($vendorInfo.Count -eq 0) {
|
||||||
$summary += "_No vendor version information available._"
|
$summary += "_No vendor version information available._"
|
||||||
} else {
|
} else {
|
||||||
$summary += $vendorInfo -join '`n'
|
$summary += $vendorInfo -join "`n"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user