🔧 chore(stats): add emoji commit prefixes for generated updates
Ubuntu System Information / show-system-info (push) Successful in 1s

This commit is contained in:
csh
2026-05-22 16:48:56 +08:00
parent 550e226a2b
commit 778297543a
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -380,7 +380,7 @@ jobs:
# 添加并提交
git add .
git commit -m "chore: 初始化统计分支"
git commit -m ":bar_chart: chore(stats): 初始化统计分支"
# 推送到远程
git push https://oauth2:${{ env.ACCESS_TOKEN }}@${GITHUB_SERVER_URL#https://}/${{ github.repository }}.git ${{ env.BADGE_BRANCH }}
@@ -613,7 +613,7 @@ jobs:
echo "📝 准备提交..."
# 生成提交信息
COMMIT_MSG="chore: 更新代码统计 [$(date '+%Y-%m-%d %H:%M')]
COMMIT_MSG=":bar_chart: chore(stats): 更新代码统计 [$(date '+%Y-%m-%d %H:%M')]
📊 统计摘要:
- 总代码: ${{ steps.total.outputs.formatted_code }} 行