Skip to content

Commit

Permalink
Edit github user name
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 22, 2024
1 parent e2387c1 commit 1cc8ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
env:
ICANN_USERNAME: ${{ secrets.ICANN_USERNAME }}
ICANN_PASSWORD: ${{ secrets.ICANN_PASSWORD }}
CI_COMMIT_AUTHOR: Continuous Integration
CI_COMMIT_MESSAGE: Continuous Integration Push Daily Zone File Update
run: |
chmod +x ./scripts/download_zone_file.sh
Expand All @@ -29,10 +28,11 @@ jobs:
- uses: actions/checkout@v4
- 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 "121973038+erinysong@users.noreply.github.com"
git config user.name "Continuous Integration - Zone File"
git config user.email "121973038+erinysong@users.noreply.github.com"
git add ./gov.txt
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
# Uploads the .gov zone file to Github artifact gov_zone_file
# - name: Upload retrieved .gov zone file
Expand Down

0 comments on commit 1cc8ab3

Please sign in to comment.