diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index a7baae7e614..e91cbcc39c7 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -37,11 +37,11 @@ jobs: --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' *.md - output: lychee-report.md - format: markdown - fail: true - jobSummary: false - debug: false + output: lychee-report.md + format: markdown + fail: true + jobSummary: false + debug: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}