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