We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d64c4 commit 6e0a411Copy full SHA for 6e0a411
.github/workflows/node.yml
@@ -62,10 +62,10 @@ jobs:
62
needs: [ test ]
63
runs-on: ubuntu-latest
64
env:
65
- GIT_AUTHOR_NAME: github-actions[bot]
66
- GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
67
- GIT_COMMITTER_NAME: github-actions[bot]
68
- 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
69
steps:
70
- uses: actions/checkout@v4
71
with:
0 commit comments