Fix incomplete summary by initializing $summary variable before appending

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-15 01:13:19 +00:00
parent 0bc7fd3aaa
commit 2057ee58b0

View File

@@ -47,7 +47,7 @@ jobs:
$cmderVersion = Get-VersionStr
$buildTime = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZ")
@"
$summary = @"
## 📦 Build Cmder - Workflow Summary
<small>Build started: $buildTime</small>
@@ -134,7 +134,7 @@ jobs:
if: success()
shell: pwsh
run: |
@"
$summary = @"
---