Skip to content

Commit

Permalink
Update filepath of script
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 16, 2024
1 parent d5ff5f4 commit 14b63e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -20,8 +20,8 @@ jobs:
ICANN_USERNAME: ${{ secrets[env.ICANN_USERNAME] }}
ICANN_PASSWORD: ${{ secrets[env.ICANN_PASSWORD] }}
run: |
chmod +x ./github/scripts/download_zone_file.sh
./github/scripts/download_zone_file.sh ${{ secrets[env.ICANN_USERNAME] }} ${{ secrets[env.ICANN_PASSWORD] }}
chmod +x ${{ github.workspace }}/scripts/download_zone_file.sh
${{ github.workspace }}/scripts/download_zone_file.sh ${{ secrets[env.ICANN_USERNAME] }} ${{ secrets[env.ICANN_PASSWORD] }}
shell: sh
# Uploads the .gov zone file to Github artifact gov_zone_file
- name: Upload retrieved .gov zone file
Expand Down
File renamed without changes.

0 comments on commit 14b63e8

Please sign in to comment.