chore: rename check title
This commit is contained in:
parent
ae79299bf5
commit
b2b4c68ddb
|
@ -555,7 +555,7 @@ def joj3_check_env(
|
||||||
if failed:
|
if failed:
|
||||||
title = "### Submission Count Check Failed:"
|
title = "### Submission Count Check Failed:"
|
||||||
else:
|
else:
|
||||||
title = "### Submission Count Check Result:"
|
title = "### Submission Count Check Passed:"
|
||||||
msg = f"{title}\n{comment}\n"
|
msg = f"{title}\n{comment}\n"
|
||||||
print(json.dumps({"msg": msg, "failed": failed})) # print result to stdout for joj3
|
print(json.dumps({"msg": msg, "failed": failed})) # print result to stdout for joj3
|
||||||
logger.info("joj3-check-env done")
|
logger.info("joj3-check-env done")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user