Skip to content

Commit

Permalink
Update url_checker.yml (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-h-diaz authored Jul 26, 2024
1 parent 9925b1c commit ef3ad06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/url_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute py script # run url_checker.py
env:
DC_API_KEY: ${{ secrets.DC_API_KEY }}
run: python url_checker.py --update_allowlist
#- name: execute py script # run url_checker.py
# env:
# DC_API_KEY: ${{ secrets.DC_API_KEY }}
# run: python url_checker.py --update_allowlist

- name: test
run: |
Expand Down

0 comments on commit ef3ad06

Please sign in to comment.