Skip to content

Commit

Permalink
update yml to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbasham committed Nov 27, 2023
1 parent 94eebb0 commit ffdc59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Python script with secrets
run: |
python ../scripts/broken_links.py
python .github/scripts/broken_links.py
--NOTIFY_BASE_API_URL ${{ secrets.NOTIFY_BASE_API_URL }}
--BROKEN_LINKS_API_KEY ${{ secrets.BROKEN_LINKS_API_KEY }}
--BROKEN_LINKS_EMAIL ${{ secrets.BROKEN_LINKS_EMAIL }}
Expand Down

0 comments on commit ffdc59f

Please sign in to comment.