🔧 工作流的bot名字变更为`ci-bot`
Hello from ImmortalWrt / say-hello (push) Successful in 1s Details

This commit is contained in:
csh 2025-11-17 18:07:24 +08:00
parent 5ec0af5883
commit 49f11fb2d8
2 changed files with 4 additions and 4 deletions

View File

@ -75,8 +75,8 @@ env:
# ===== Git 提交配置 ===== # ===== Git 提交配置 =====
# Git 用户配置 # Git 用户配置
GIT_USER_NAME: "github-actions[bot]" GIT_USER_NAME: "ci-bot"
GIT_USER_EMAIL: "github-actions[bot]@users.noreply.github.com" GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn"
# Git 提交消息模板 # Git 提交消息模板
# 可用变量: {version} - 将被替换为实际的版本号 # 可用变量: {version} - 将被替换为实际的版本号
# [skip ci] 标记防止触发无限循环 # [skip ci] 标记防止触发无限循环

View File

@ -50,8 +50,8 @@ env:
MIN_LINES_THRESHOLD: "10" MIN_LINES_THRESHOLD: "10"
# ===== Git 配置 ===== # ===== Git 配置 =====
GIT_USER_NAME: "github-actions[bot]" GIT_USER_NAME: "ci-bot"
GIT_USER_EMAIL: "github-actions[bot]@users.noreply.github.com" GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn"
# ===== 平台配置 ===== # ===== 平台配置 =====
# 平台类型: github 或 gitea # 平台类型: github 或 gitea