Skip to content

Commit

Permalink
simplify git user/email in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 2, 2024
1 parent a681066 commit 0c80d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ jobs:
contents: write
runs-on: ubuntu-latest
env:
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
GIT_AUTHOR_NAME: github-actions
GIT_AUTHOR_EMAIL: github-actions@github.com
GIT_COMMITTER_NAME: github-actions
GIT_COMMITTER_EMAIL: github-actions@github.com
MACOS_VER_NUM: 14.0
CERT_IDENTITY: me
LDLIBS: -lgetargv
Expand Down

0 comments on commit 0c80d60

Please sign in to comment.