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