diff --git a/.github/workflows/validate_links.yml b/.github/workflows/validate_links.yml index 229a60b0..4f14df1c 100644 --- a/.github/workflows/validate_links.yml +++ b/.github/workflows/validate_links.yml @@ -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}