From 75269d51e1da5f95948c2ed3f6f51e0dce849512 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Wed, 18 Jan 2023 09:47:23 -0500 Subject: [PATCH] Update links.yml --- .github/workflows/links.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1d27eb6..02717fb 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,9 +14,10 @@ jobs: - name: Lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.1 + uses: lycheeverse/lychee-action@v1.5.4 with: - args: --exclude twitter.com './README.md' + args: --exclude 'twitter.com' + fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}