Skip to content

Commit

Permalink
Correct added git file
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 21, 2024
1 parent c31b095 commit 3443a88
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 @@ -31,7 +31,7 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add ./gov.zone.txt
git add ./gov.txt
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
# Uploads the .gov zone file to Github artifact gov_zone_file
Expand Down

0 comments on commit 3443a88

Please sign in to comment.