Skip to content

Commit

Permalink
ci: 🔧 更新工作流提交信息格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengwenliang0416 committed Feb 5, 2025
1 parent 0abec9e commit 0902a94
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update-directory-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,12 @@ jobs:
git checkout -b "$BRANCH_NAME"
git add README.md
git commit -m "docs: 更新目录结构和提交历史
- 更新时间:$(TZ='Asia/Shanghai' date '+%Y年%m月%d日 %H:%M:%S')
- 目录数量:$((DIR_COUNT-1))
- 文件数量:$FILE_COUNT
- 由 GitHub Actions 自动创建"
git commit -m "docs: 📝 更新目录结构和提交历史"
git push origin "$BRANCH_NAME"
gh pr create \
--title "docs: 自动更新目录结构和提交历史" \
--title "docs: 📝 自动更新目录结构和提交历史" \
--body "自动更新 README.md 中的目录结构和提交历史
- 更新时间:$(TZ='Asia/Shanghai' date '+%Y年%m月%d日 %H:%M:%S')
Expand Down

0 comments on commit 0902a94

Please sign in to comment.