We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fc8fb commit b5a3ef8Copy full SHA for b5a3ef8
.github/workflows/generate-lists.yml
@@ -31,9 +31,8 @@ jobs:
31
sudo apt-get install -y google-chrome-stable chromium-chromedriver
32
pip install selenium webdriver-manager
33
- name: Download the sdn_advanced.xml file
34
- uses: wei/wget@c15e476d1463f4936cb54f882170d9d631f1aba5 # v1
35
- with:
36
- args: --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
+ run: |
+ wget --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
37
- name: Generate TXT and JSON files for all assets
38
run: |
39
mkdir data
0 commit comments