From bb53c7a626e620fe23671cdfe8909221e7d5a815 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Fri, 11 Oct 2024 15:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E9=82=AE=E7=AE=B1=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_version_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_version_pr.yml b/.github/workflows/update_version_pr.yml index 7621be4b..6f650aa2 100644 --- a/.github/workflows/update_version_pr.yml +++ b/.github/workflows/update_version_pr.yml @@ -69,5 +69,5 @@ jobs: commit-message: ":tada: chore(version): Update version to ${{ steps.update_version.outputs.new_version }}" add-paths: __version__ author: "AkashiCoin " - committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" + committer: "${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>" labels: automated-update