From 0e53d280182436aa96d275b4dcf1c1a4d774aa3f Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Fri, 15 Nov 2024 17:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c684f10..5021b0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: amend git to add ok-script run: | git add -f ok/ - git commit --amend --no-edit + git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}