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"