diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 163ee82..c479914 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -64,10 +64,10 @@ jobs: needs: [ test ] runs-on: ubuntu-latest env: - GIT_AUTHOR_NAME: github-actions - GIT_AUTHOR_EMAIL: github-actions@github.com - GIT_COMMITTER_NAME: github-actions - GIT_COMMITTER_EMAIL: github-actions@github.com + 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 steps: - uses: actions/checkout@v4 with: