Skip to content

Commit

Permalink
chore: fix markdown invalid format in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent dddd8d1 commit 534cf08
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 @@ -69,7 +69,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=`"$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 534cf08

Please sign in to comment.