From e2387c1a926d1ee9af73f7599a8d446721606132 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 21 Feb 2024 16:35:53 -0800 Subject: [PATCH] Edit github user email --- .github/workflows/update-gov-zone-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gov-zone-file.yml b/.github/workflows/update-gov-zone-file.yml index 2fa5b408..4c635936 100644 --- a/.github/workflows/update-gov-zone-file.yml +++ b/.github/workflows/update-gov-zone-file.yml @@ -30,7 +30,7 @@ jobs: - name: Commit and push updated zone file update to branch run: | git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" - git config --global user.email "username@users.noreply.github.com" + git config --global user.email "121973038+erinysong@users.noreply.github.com" git add ./gov.txt git commit -m "${{ env.CI_COMMIT_MESSAGE }}"