Skip to content

Commit b5a3ef8

Browse files
committed
Use real wget
1 parent 18fc8fb commit b5a3ef8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/generate-lists.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
sudo apt-get install -y google-chrome-stable chromium-chromedriver
3232
pip install selenium webdriver-manager
3333
- 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
34+
run: |
35+
wget --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
3736
- name: Generate TXT and JSON files for all assets
3837
run: |
3938
mkdir data

0 commit comments

Comments
 (0)