Skip to content

Commit 68220bb

Browse files
committed
Checkout Message
Fix formatting of failure messages in summary output Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
1 parent bc00a76 commit 68220bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/build/summary.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def checkout_message(job)
243243

244244
return '' if failures.nil?
245245

246-
"```\n#{failures.gsub('<b>', "\n")}\n```\n"
246+
"```\n#{failures.gsub('<br>', "\n")}\n```\n"
247247
end
248248

249249
def build_message(job)

0 commit comments

Comments
 (0)