🚀 优化bot名字,更具辨识度
Hello from ImmortalWrt / say-hello (push) Successful in 1s Details

This commit is contained in:
csh 2025-11-17 18:19:34 +08:00
parent 9c572b64d1
commit 4829434408
2 changed files with 4 additions and 4 deletions

View File

@ -75,8 +75,8 @@ env:
# ===== Git 提交配置 ===== # ===== Git 提交配置 =====
# Git 用户配置 # Git 用户配置
GIT_USER_NAME: "ci-bot" GIT_USER_NAME: "ci[bot]"
GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" 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: "ci-bot" GIT_USER_NAME: "ci[bot]"
GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" GIT_USER_EMAIL: "ci[bot]@tinysoft.com.cn"
# ===== 平台配置 ===== # ===== 平台配置 =====
# 平台类型: github 或 gitea # 平台类型: github 或 gitea