mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-10 16:29:08 +08:00
fix small bug
This commit is contained in:
parent
cc9699c134
commit
3943ba6cc8
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
foreach ($s in $newVersion) {
|
||||
$oldVersion = ($currentVersion | Where-Object {$_.name -eq $s.name}).version
|
||||
if ($s.version -ne $oldVersion) {
|
||||
$listUpdated += "$($s.name v$s.version), "
|
||||
$listUpdated += "$($s.name) v$($s.version), "
|
||||
$updateMessage += "| **$($s.name)** | $oldVersion | **$($s.version)** |`n"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user