mirror of
https://github.com/cmderdev/cmder.git
synced 2025-12-16 10:41:38 +08:00
Update .github/workflows/tests.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -90,7 +90,13 @@ jobs:
|
||||
✅ Vendor dependencies initialized successfully.
|
||||
|
||||
**Vendor Versions:**
|
||||
$($vendorInfo -join "`n")
|
||||
$(
|
||||
if ($vendorInfo.Count -eq 0) {
|
||||
"_No vendor version information available._"
|
||||
} else {
|
||||
$vendorInfo -join "`n"
|
||||
}
|
||||
)
|
||||
|
||||
"@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user