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 dec3d58 commit 0464367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
$MARKDOWN_CHECKS = ($CHECK_RUNS | ConvertFrom-Json | ForEach-Object { "- **$($_.name)**: $($_.conclusion)" }) -join "`n"

Write-Output "checks=$ALL_CHECKS" >> $env:GITHUB_OUTPUT
Write-Output "markdown_checks=`"`n$MARKDOWN_CHECKS`"" >> $env:GITHUB_OUTPUT
Write-Output "markdown_checks=`n$MARKDOWN_CHECKS" >> $env:GITHUB_OUTPUT

if ($FAILED_CHECKS) {
Write-Output "passed_test=false" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 0464367

Please sign in to comment.