From 39ef364cffbcd491f90cf695d8d5a2007638bd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:48:12 +0800 Subject: [PATCH] Update genlocale.yml --- .github/workflows/genlocale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/genlocale.yml b/.github/workflows/genlocale.yml index 2716019..7642f56 100644 --- a/.github/workflows/genlocale.yml +++ b/.github/workflows/genlocale.yml @@ -21,7 +21,7 @@ jobs: continue-on-error: true run: | git config --local user.name 'github-actions[bot]' - git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com' + git config --local user.email 'github-actions[bot]@users.noreply.github.com' git add --all git commit -m "🎨 同步 locale"