From a6ebba6b6938c115c2ba8a4c9303733fb30253aa Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Feb 2021 19:13:15 +0100 Subject: [PATCH] Clean up exclude in link checking --- .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 9f0a166..32ed662 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,7 +15,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@master with: - args: --verbose --no-progress --exclude 'https://example.org/README.md' + args: --verbose --no-progress --exclude example.org - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2