From fef22c5cb8f27b422c0427895ba4b9d22f09ca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9D=A6?= Date: Tue, 15 Apr 2025 15:32:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=9A=84=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BB=A5=E4=BE=BF=E4=BA=8E=E8=BF=BD=E8=B8=AA=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_files.py b/update_files.py index 4dfca38..75664d4 100644 --- a/update_files.py +++ b/update_files.py @@ -106,6 +106,7 @@ def main(): logging.error(f"❌ 处理任务时出错: {e}") if modified: + logging.info("📦 更新完成,正在提交更改...") try: # 配置 Git 用户信息 ci_email = os.environ["CI_EMAIL"]