We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f0e9d commit e9ee8b9Copy full SHA for e9ee8b9
.github/workflows/Action-Test.yml
@@ -53,7 +53,7 @@ jobs:
53
$summary = Get-Content $env:GITHUB_STEP_SUMMARY -Raw
54
Write-Host "Step summary:"
55
Write-Host "[$summary]"
56
- if ([string]::IsNullOrEmpty($summary)) {
+ if (-not [string]::IsNullOrEmpty($summary)) {
57
throw "Step summary is not empty: $summary"
58
}
59
Write-Host "Step summary is empty as expected."
0 commit comments