From 2653ea8093f87ef74f2b6e052848f86e8678f624 Mon Sep 17 00:00:00 2001 From: Nikhil W3F <142136841+nikw3f@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:05:28 +0200 Subject: [PATCH] Update check_broken_links.yml --- .github/workflows/check_broken_links.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_broken_links.yml b/.github/workflows/check_broken_links.yml index fde5145d620..326b1545359 100644 --- a/.github/workflows/check_broken_links.yml +++ b/.github/workflows/check_broken_links.yml @@ -17,6 +17,8 @@ jobs: uses: lycheeverse/lychee-action@v1.8.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + with: + args: --verbose --no-progress !./applications/* - name: Create Issue From File if: env.lychee_exit_code != 0 @@ -24,4 +26,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue