diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 098b1f8..0f52d3b 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -62,10 +62,10 @@ jobs: needs: [ test ] runs-on: ubuntu-latest env: - GIT_AUTHOR_NAME: github-actions[bot] - GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - GIT_COMMITTER_NAME: github-actions[bot] - GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com + GIT_AUTHOR_NAME: github-actions + GIT_AUTHOR_EMAIL: github-actions@github.com + GIT_COMMITTER_NAME: github-actions + GIT_COMMITTER_EMAIL: github-actions@github.com steps: - uses: actions/checkout@v4 with: