Skip to content

Commit 1139de7

Browse files
committed
Update report_build_status.py
1 parent b6d7075 commit 1139de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/report_build_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def main(argv):
630630
package_results = ""
631631

632632
notes = create_notes(source_results if source_results else package_results)
633-
633+
634634
if FLAGS.output_markdown and notes:
635635
notes = "<details><summary>&nbsp;</summary>" + notes + "</details>"
636636
if notes == prev_notes and not FLAGS.output_markdown:

0 commit comments

Comments
 (0)