🔧 chore(stats): add emoji commit prefixes for generated updates
Ubuntu System Information / show-system-info (push) Successful in 1s
Ubuntu System Information / show-system-info (push) Successful in 1s
This commit is contained in:
@@ -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 }} 行
|
||||
|
||||
Reference in New Issue
Block a user