Skip to content

Commit 42f0e9d

Browse files
🩹 [Patch]: Add logging for step summary check to improve visibility
1 parent acc7716 commit 42f0e9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Action-Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
shell: pwsh
5252
run: |
5353
$summary = Get-Content $env:GITHUB_STEP_SUMMARY -Raw
54+
Write-Host "Step summary:"
55+
Write-Host "[$summary]"
5456
if ([string]::IsNullOrEmpty($summary)) {
5557
throw "Step summary is not empty: $summary"
5658
}

0 commit comments

Comments
 (0)