Skip to content

Commit 0c80d60

Browse files
committed
simplify git user/email in CI
per actions/checkout#13 (comment) this is fixed
1 parent a681066 commit 0c80d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ jobs:
136136
contents: write
137137
runs-on: ubuntu-latest
138138
env:
139-
GIT_AUTHOR_NAME: github-actions[bot]
140-
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
141-
GIT_COMMITTER_NAME: github-actions[bot]
142-
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
139+
GIT_AUTHOR_NAME: github-actions
140+
GIT_AUTHOR_EMAIL: github-actions@github.com
141+
GIT_COMMITTER_NAME: github-actions
142+
GIT_COMMITTER_EMAIL: github-actions@github.com
143143
MACOS_VER_NUM: 14.0
144144
CERT_IDENTITY: me
145145
LDLIBS: -lgetargv

0 commit comments

Comments
 (0)