From bc0c19c5ee0aa366f3b7a4745dc0957c414ef2fb Mon Sep 17 00:00:00 2001 From: NianBroken Date: Fri, 26 Jul 2024 03:03:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=88=B0=E6=88=90=E7=BB=A9=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f6a7350..d500c17 100644 --- a/main.py +++ b/main.py @@ -229,7 +229,7 @@ if run_log: print(run_log) # 整合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: # 将任意个数的换行替换为两个换行