add
This commit is contained in:
@@ -383,7 +383,7 @@ with open(info_file_path, "r") as info_file:
|
|||||||
# 输出运行日志
|
# 输出运行日志
|
||||||
print(run_log)
|
print(run_log)
|
||||||
|
|
||||||
github_step_summary_run_log = "# 正方教务管理系统成绩推送\n" + run_log + workflow_info
|
github_step_summary_run_log = "# 正方教务管理系统成绩推送\n" + run_log + "\n" + workflow_info
|
||||||
github_step_summary_run_log = re.sub("\n+", "\n\n", github_step_summary_run_log)
|
github_step_summary_run_log = re.sub("\n+", "\n\n", github_step_summary_run_log)
|
||||||
|
|
||||||
# 将 run_log 写入到 GitHub Actions 的环境文件中
|
# 将 run_log 写入到 GitHub Actions 的环境文件中
|
||||||
|
|||||||
Reference in New Issue
Block a user