From 35784d9a9e05cb8168aef8323d6b956a26799120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 21 Feb 2025 16:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E5=8C=85=E5=90=AB=E6=97=A5=E6=9C=9F=E5=92=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/git-log.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/git-log.yaml b/.github/workflows/git-log.yaml index f2a797c..b26c02b 100644 --- a/.github/workflows/git-log.yaml +++ b/.github/workflows/git-log.yaml @@ -8,11 +8,6 @@ jobs: uses: actions/checkout@main with: fetch-depth: 5 - - name: 📝 提交日志 - run: git --no-pager log -5 --oneline - name: 📝 提交日志 run: | - git --no-pager log -5 --oneline --pretty=format:"%h - %an, %ar : %s" - - name: 📝 提交日志 - run: | - git --no-pager log -5 --pretty=format:"%h - %an, %ar : %s" \ No newline at end of file + git --no-pager log --pretty=format:"%h %ad %s" --date=format:'%Y-%m-%d %H:%M:%S' \ No newline at end of file