mirror of
https://github.com/public-apis/public-apis
synced 2024-12-01 20:18:16 +01:00
Change FORMAT_FILE -> FILENAME in validate_links action
This commit is contained in:
parent
ff31b266ab
commit
3a08c1518f
4
.github/workflows/validate_links.yml
vendored
4
.github/workflows/validate_links.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
env:
|
||||
FORMAT_FILE: README.md
|
||||
FILENAME: README.md
|
||||
|
||||
jobs:
|
||||
validate_links:
|
||||
@ -24,4 +24,4 @@ jobs:
|
||||
run: python -m pip install -r scripts/requirements.txt
|
||||
|
||||
- name: Validate all links from README.md
|
||||
run: python scripts/validate/links.py ${FORMAT_FILE}
|
||||
run: python scripts/validate/links.py ${FILENAME}
|
||||
|
Loading…
Reference in New Issue
Block a user