Skip to content

Commit

Permalink
Correct filepath of script
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 16, 2024
1 parent bdedfb1 commit 32e3e17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Binary file removed .github/workflows/gov.zone.txt.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ICANN_USERNAME: ${{ secrets[env.ICANN_USERNAME] }}
ICANN_PASSWORD: ${{ secrets[env.ICANN_PASSWORD] }}
run: |
chmod +x ../../scripts/download_zone_file.sh
../../scripts/download_zone_file.sh
chmod +x ../scripts/download_zone_file.sh
../scripts/download_zone_file.sh
shell: sh

0 comments on commit 32e3e17

Please sign in to comment.