Files
cmder/.github/workflows/vendor.yml
copilot-swe-agent[bot] d20d3d65aa Fix PowerShell here-string indentation in vendor.yml
Replace indented here-strings inside if/else blocks with simple
string literals. PowerShell requires the "@" terminator to be at
column 0 in the script; when inside an indented block the YAML
base-indent stripping left 2 leading spaces, causing the parser
error "White space is not allowed before the string terminator".
2026-06-14 11:39:57 +00:00

12 KiB