From 5b0f480d3d9ebfe91522847342874ab74e61caa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 21 Feb 2025 16:16:24 +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=E4=BB=A5=E7=AE=80=E5=8C=96=E6=9C=80?= =?UTF-8?q?=E8=BF=915=E6=AC=A1=E6=8F=90=E4=BA=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/git-log.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-log.yaml b/.github/workflows/git-log.yaml index e7a2bf6..9e4e800 100644 --- a/.github/workflows/git-log.yaml +++ b/.github/workflows/git-log.yaml @@ -8,4 +8,4 @@ jobs: uses: actions/checkout@main - name: 📝 最近5次提交日志 run: | - git log -5 --pretty=format:"%h - %an, %ar : %s" \ No newline at end of file + git --no-pager log -5 --oneline \ No newline at end of file