Skip to content

Commit 7de03f2

Browse files
committed
Fix report title
1 parent 015cbb0 commit 7de03f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/create_combined_ci_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def main():
234234
)
235235

236236
combined_report = (
237-
ci_running_report.replace("ClickHouse CI running for", "Combined CI Report for")
237+
ci_running_report.replace("ClickHouse CI Running for", "Combined CI Report for")
238238
.replace(
239239
"<table>",
240240
f"""<h2>Table of Contents</h2>

0 commit comments

Comments
 (0)