From 0cfdbad2f9c250e33c2d7d082e26f20c5c1c8eeb Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 5 Jul 2023 21:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/568tools_Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index 22be22ef..ccd814e0 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -40,8 +40,8 @@ jobs: - name: push run: | cd tree/release - # git config --global user.name "PJ569-bot" - # git config --global user.email "LiuTian-PJ568@PJ568.eu.org" + git config --global user.name "PJ568" + git config --global user.email "LiuTian-PJ568@PJ568.eu.org" git add -A git commit -m '自动 Release' git push \ No newline at end of file