From f5a6438323a60f36839f62e32486a59e898c2155 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 18 Mar 2023 23:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E7=9C=8B=E8=83=BD=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BD=9C=E8=80=85=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-updates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index fa29503..298de04 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -27,4 +27,5 @@ jobs: with: commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }} commit_options: '--no-verify' - file_pattern: LATEST_VERSION \ No newline at end of file + file_pattern: LATEST_VERSION + commit_author: \ No newline at end of file