Skip to content

Commit

Permalink
chore: wip in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent b69815f commit b97e5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
Write-Output "passed_test=false" >> $env:GITHUB_OUTPUT
$FAILED_NAMES = ($FAILED_CHECKS | ForEach-Object { $_.name }) -join ', '
Write-Output "The last commit does not have all successful tests. Failed checks: $FAILED_NAMES"
Write-Output "$MARKDOWN_CHECKS"
} else {
Write-Output "passed_test=true" >> $env:GITHUB_OUTPUT
Write-Output "All checks passed for the last commit."
Expand Down

0 comments on commit b97e5c4

Please sign in to comment.