Skip to content
Prev Previous commit
Next Next commit
fix: update main.py
  • Loading branch information
shenxianpeng committed Mar 11, 2024
commit f255b85a2017e0a997bf93e24f9584b440cd10e8
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def add_job_summary() -> int:
with open(GITHUB_STEP_SUMMARY, "a") as summary_file:
summary_file.write("### Commit-Check ❌\n```\n")
summary_file.write(result_text)
summary_file.write("\n```\n")
summary_file.write("\n```")
return 1
else:
with open(GITHUB_STEP_SUMMARY, "a") as summary_file:
Expand Down