"src/main/webapp/upload/article/1572/1461664637814.jpeg" did not exist on "c9bf4f7e66b8fafcfe4ad7ff795c691daab54f8b"
Unverified Commit 3a08c151 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Change FORMAT_FILE -> FILENAME in validate_links action

parent ff31b266
......@@ -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}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment