From a602c4dff7753b485b1ab56114de002c366de3aa Mon Sep 17 00:00:00 2001 From: Krishna babu <120018777+Krish-2505@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:03:39 +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 b08f43ef..8feb1ce2 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 "github/workspace/.lychee.excludes" --exclude-mail + args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file ".github/workflows/.lychee.excludes" --exclude-mail fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}