diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index aa56359a581..12ed2d80a8c 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -29,7 +29,8 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress './**/*.md' --output lychee-report.md + args: --verbose --no-progress './**/*.md' + output: lychee-report.md fail: false - name: Prepare Report if: steps.lychee.outputs.exit_code != 0