From 0c80d60632da8de3174712f37b7be7a7bd1e2b09 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Thu, 1 Aug 2024 20:39:56 -0600 Subject: [PATCH] simplify git user/email in CI per https://github.com/actions/checkout/issues/13#issuecomment-2207006934 this is fixed --- .github/workflows/actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 437996e..659bac1 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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