chore: rename check title

This commit is contained in:
张泊明518370910136 2025-03-21 18:10:26 -04:00
parent ae79299bf5
commit b2b4c68ddb
GPG Key ID: CA088E6D9284F870

View File

@ -555,7 +555,7 @@ def joj3_check_env(
if failed:
title = "### Submission Count Check Failed:"
else:
title = "### Submission Count Check Result:"
title = "### Submission Count Check Passed:"
msg = f"{title}\n{comment}\n"
print(json.dumps({"msg": msg, "failed": failed})) # print result to stdout for joj3
logger.info("joj3-check-env done")