Browse Source

Change FORMAT_FILE -> FILENAME in validate_links action

pull/3011/head
Matheus Felipe 2 years ago
parent
commit
3a08c1518f
No known key found for this signature in database GPG Key ID: AA785C523274872F
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/validate_links.yml

+ 2
- 2
.github/workflows/validate_links.yml 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}

Loading…
Cancel
Save