Skip to content

Commit

Permalink
Merge pull request #10 from brave-intl/retry-sanctions-list-download
Browse files Browse the repository at this point in the history
Add retry logic to sanctions list download
  • Loading branch information
nvonpentz authored Oct 1, 2024
2 parents 8c612e1 + 0e35f9a commit 18fc8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Download the sdn_advanced.xml file
uses: wei/wget@c15e476d1463f4936cb54f882170d9d631f1aba5 # v1
with:
args: https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
args: --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
- name: Generate TXT and JSON files for all assets
run: |
mkdir data
Expand Down

0 comments on commit 18fc8fb

Please sign in to comment.