mirror of
https://github.com/cmderdev/cmder.git
synced 2025-12-17 03:01: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 dependencies initialized successfully.
|
||||||
|
|
||||||
**Vendor Versions:**
|
**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