Skip to content

Commit

Permalink
Add line break
Browse files Browse the repository at this point in the history
Signed-off-by: Takumaron <[email protected]>
  • Loading branch information
TakumaKurosawa committed Nov 10, 2023
1 parent f068af8 commit b00eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/actions-plan-preview/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func main() {
return
}
body := makeCommentBody(event, result)
doComment(failureBadgeURL + body)
doComment(failureBadgeURL + "\n" + body)
log.Fatal("plan-preview result has error")
}

Expand Down

0 comments on commit b00eec6

Please sign in to comment.