From d865daa0d145357a3689b0ef89769cfbb8adc3b8 Mon Sep 17 00:00:00 2001 From: Krishna babu <120018777+Krish-2505@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:00:19 +0530 Subject: [PATCH] Update links.yml Signed-off-by: Krishna babu <120018777+Krish-2505@users.noreply.github.com> --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 22c6dd81..b08f43ef 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -20,7 +20,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.5.0 with: - args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file ".lychee.excludes" --exclude-mail + args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file "github/workspace/.lychee.excludes" --exclude-mail fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}