mirror of
https://github.com/cmderdev/cmder.git
synced 2026-04-14 22:04:32 +08:00
parse entire JSON string at once
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
"@
|
"@
|
||||||
|
|
||||||
# Read vendor sources.json and add to summary
|
# Read vendor sources.json and add to summary
|
||||||
$vendorSources = Get-Content "vendor/sources.json" | ConvertFrom-Json
|
$vendorSources = Get-Content -Raw "vendor/sources.json" | ConvertFrom-Json
|
||||||
if ($vendorSources.Count -eq 0) {
|
if ($vendorSources.Count -eq 0) {
|
||||||
$summary += "`n| _No vendor packages found_ | |"
|
$summary += "`n| _No vendor packages found_ | |"
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user