From cb59bb54b0c67d97c028601c4ac0a47b8c101314 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:20:53 +0000 Subject: [PATCH] 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> --- .github/workflows/vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index 9081007..947a046 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -105,7 +105,7 @@ jobs: if: env.COUNT_UPDATED > 0 shell: pwsh run: | - $Summary = @" + $summary = @" ### 🎉 Pull Request Created A pull request has been created to update the vendor dependencies.