fix: new line after stage

This commit is contained in:
张泊明518370910136 2024-10-10 20:17:40 -04:00
parent bc73b17abd
commit 342c145d20
GPG Key ID: CA088E6D9284F870

View File

@ -196,7 +196,7 @@ def generate_title_and_comment(
+ "[Joint-Teapot](https://github.com/BoYanZh/Joint-Teapot) with ❤️.\n"
)
for stage in stages:
comment += f"## {stage['name']}"
comment += f"## {stage['name']}\n"
if all(
result["score"] == 0 and result["comment"].strip() == ""
for result in stage["results"]