diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index c305ee5..e396d28 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -118,8 +118,8 @@ jobs: run: | cd publish git init - git config --local user.name "actions" - git config --local user.email "action@github.com" + git config --local user.name "github-actions[bot]" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout -b release git add . git commit -m "${{ env.RELEASE_NAME }}"