mirror of
https://github.com/cmderdev/cmder.git
synced 2025-12-17 03:01:38 +08:00
Fix incomplete summary by initializing $summary variable before appending
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
$cmderVersion = Get-VersionStr
|
$cmderVersion = Get-VersionStr
|
||||||
$buildTime = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZ")
|
$buildTime = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZ")
|
||||||
|
|
||||||
@"
|
$summary = @"
|
||||||
## 📦 Build Cmder - Workflow Summary
|
## 📦 Build Cmder - Workflow Summary
|
||||||
|
|
||||||
<small>Build started: $buildTime</small>
|
<small>Build started: $buildTime</small>
|
||||||
@@ -134,7 +134,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
@"
|
$summary = @"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user