diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 635ba2e..7ae7c13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" - npx gh-pages -d build -u "github-actions[bot] " --repo "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" + git config --global user.name "github-actions" + git config --global user.email "github-actions@users.noreply.github.com" + npx gh-pages -d build -u "github-actions " --repo "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git"