This commit is contained in:
NianBroken
2024-02-07 21:03:00 +08:00 Unverified
parent 6ff1f11af9
commit d4b74b1d58
+1 -1
View File
@@ -383,7 +383,7 @@ with open(info_file_path, "r") as info_file:
# 输出运行日志 # 输出运行日志
print(run_log) print(run_log)
run_log = "正方教务管理系统成绩推送\n\n" + run_log run_log = "# 正方教务管理系统成绩推送\n" + run_log
run_log += f"\n{workflow_info}" run_log += f"\n{workflow_info}"
# 将 run_log 写入到 GitHub Actions 的环境文件中 # 将 run_log 写入到 GitHub Actions 的环境文件中