mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
resolve issues with variable name
This commit is contained in:
parent
4264158ff2
commit
cc9699c134
4
.github/workflows/vendor.yml
vendored
4
.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), "
|
||||
$listUpdated += "$($s.name v$s.version), "
|
||||
$updateMessage += "| **$($s.name)** | $oldVersion | **$($s.version)** |`n"
|
||||
}
|
||||
}
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
title: 'Updates to `${{ env.COUNT_UPDATED }}` vendored dependencies'
|
||||
body: |
|
||||
### Automatically updated `${{ env.COUNT_UPDATED }}` dependencies:
|
||||
${{ steps.make_changes.outputs.updateMessage }}
|
||||
${{ steps.make-changes.outputs.updateMessage }}
|
||||
---
|
||||
Please verify and then **Merge** the pull request to update.
|
||||
commit-message: 'Update vendored dependencies (${{ env.LIST_UPDATED }})'
|
||||
|
Loading…
Reference in New Issue
Block a user