Skip to content

Commit

Permalink
Change added file in git add
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 22, 2024
1 parent 62016ce commit f69c7d7
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:
run: |-
git config user.name "Continuous Integration - Zone File"
git config user.email "121973038+erinysong@users.noreply.github.com"
git add ./gov.txt
git add gov.txt
timestamp=$(date -u)
git commit -m "Daily Zone File Update ${timestamp}" || exit 0
git push

0 comments on commit f69c7d7

Please sign in to comment.