Skip to content

Commit

Permalink
Update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
dend committed Aug 29, 2024
1 parent 7b758d5 commit 3b4d707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
echo "LYCHEE_EXCLUDE=$LYCHEE_EXCLUDE" >> $GITHUB_ENV
- name: Link Checker
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v1
with:
args: --accept=200,429,403 --exclude ${{ env.LYCHEE_EXCLUDE }} --exclude-mail "**/*.md"
args: --accept=200,429,403 --exclude ${{ env.LYCHEE_EXCLUDE }} "**/*.md"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v3
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down

0 comments on commit 3b4d707

Please sign in to comment.