Skip to content

Commit

Permalink
Edit github user email
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 22, 2024
1 parent b896925 commit e2387c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit e2387c1

Please sign in to comment.