From 622dc325852c1afbe4cff1e59cd54c238a23dd44 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 15 Dec 2020 00:49:27 +0100 Subject: [PATCH] exclude https://example.com/README.md from link checking --- .github/workflows/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 28fe410..f0d5839 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,6 +14,8 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1 + with: + args: --exclude https://example.com/README.md - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2