We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a681066 commit 0c80d60Copy full SHA for 0c80d60
.github/workflows/actions.yml
@@ -136,10 +136,10 @@ jobs:
136
contents: write
137
runs-on: ubuntu-latest
138
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
+ GIT_AUTHOR_NAME: github-actions
+ GIT_AUTHOR_EMAIL: github-actions@github.com
+ GIT_COMMITTER_NAME: github-actions
+ GIT_COMMITTER_EMAIL: github-actions@github.com
143
MACOS_VER_NUM: 14.0
144
CERT_IDENTITY: me
145
LDLIBS: -lgetargv
0 commit comments