From 4829434408f46ebfad41293c46c9de1d94b157f3 Mon Sep 17 00:00:00 2001 From: csh Date: Mon, 17 Nov 2025 18:19:34 +0800 Subject: [PATCH] =?UTF-8?q?:rocket:=20=E4=BC=98=E5=8C=96bot=E5=90=8D?= =?UTF-8?q?=E5=AD=97=EF=BC=8C=E6=9B=B4=E5=85=B7=E8=BE=A8=E8=AF=86=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/changelog_and_release.yml | 4 ++-- .gitea/workflows/update_stats_badge.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/changelog_and_release.yml b/.gitea/workflows/changelog_and_release.yml index 479ef82..0d8a13c 100644 --- a/.gitea/workflows/changelog_and_release.yml +++ b/.gitea/workflows/changelog_and_release.yml @@ -75,8 +75,8 @@ env: # ===== Git 提交配置 ===== # Git 用户配置 - GIT_USER_NAME: "ci-bot" - GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" + GIT_USER_NAME: "ci[bot]" + GIT_USER_EMAIL: "ci[bot]@tinysoft.com.cn" # Git 提交消息模板 # 可用变量: {version} - 将被替换为实际的版本号 # [skip ci] 标记防止触发无限循环 diff --git a/.gitea/workflows/update_stats_badge.yaml b/.gitea/workflows/update_stats_badge.yaml index 88a984d..a743cda 100644 --- a/.gitea/workflows/update_stats_badge.yaml +++ b/.gitea/workflows/update_stats_badge.yaml @@ -50,8 +50,8 @@ env: MIN_LINES_THRESHOLD: "10" # ===== Git 配置 ===== - GIT_USER_NAME: "ci-bot" - GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" + GIT_USER_NAME: "ci[bot]" + GIT_USER_EMAIL: "ci[bot]@tinysoft.com.cn" # ===== 平台配置 ===== # 平台类型: github 或 gitea