Skip to content

Commit 6e0a411

Browse files
committed
simplify git user/email
per actions/checkout#13 (comment) this is fixed
1 parent 27d64c4 commit 6e0a411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/node.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
needs: [ test ]
6363
runs-on: ubuntu-latest
6464
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
65+
GIT_AUTHOR_NAME: github-actions
66+
GIT_AUTHOR_EMAIL: github-actions@github.com
67+
GIT_COMMITTER_NAME: github-actions
68+
GIT_COMMITTER_EMAIL: github-actions@github.com
6969
steps:
7070
- uses: actions/checkout@v4
7171
with:

0 commit comments

Comments
 (0)