1
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:
Matheus Felipe 2022-01-17 19:27:14 -03:00
parent ff31b266ab
commit 3a08c1518f
No known key found for this signature in database
GPG Key ID: AA785C523274872F

View File

@ -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}