更新 GitHub Actions 工作流以简化最近5次提交日志的输出格式

This commit is contained in:
严浩
2025-02-21 16:16:24 +08:00
parent b76ff4f3fc
commit 5b0f480d3d

View File

@@ -8,4 +8,4 @@ jobs:
uses: actions/checkout@main uses: actions/checkout@main
- name: 📝 最近5次提交日志 - name: 📝 最近5次提交日志
run: | run: |
git log -5 --pretty=format:"%h - %an, %ar : %s" git --no-pager log -5 --oneline