mirror of
https://github.com/cmderdev/cmder.git
synced 2026-04-14 22:04:32 +08:00
Fix variable name casing inconsistency in vendor.yml (Summary -> summary)
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/7c117654-3cc9-428c-846a-01931a2f9b5b Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c882ade42d
commit
cb59bb54b0
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
if: env.COUNT_UPDATED > 0
|
if: env.COUNT_UPDATED > 0
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$Summary = @"
|
$summary = @"
|
||||||
### 🎉 Pull Request Created
|
### 🎉 Pull Request Created
|
||||||
|
|
||||||
A pull request has been created to update the vendor dependencies.
|
A pull request has been created to update the vendor dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user