feat: 添加版权信息到成绩推送日志

This commit is contained in:
NianBroken
2024-07-26 03:03:34 +08:00 Unverified
parent 862adfbc95
commit bc0c19c5ee
+1 -1
View File
@@ -229,7 +229,7 @@ if run_log:
print(run_log) print(run_log)
# 整合JobSummary信息 # 整合JobSummary信息
github_step_summary_run_log = f"# 正方教务管理系统成绩推送\n{run_log}\n{workflow_info}" github_step_summary_run_log = f"# 正方教务管理系统成绩推送\n{run_log}\n{workflow_info}\n{copyright}"
if github_actions: if github_actions:
# 将任意个数的换行替换为两个换行 # 将任意个数的换行替换为两个换行