This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43790e6
commit 080780f
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: Link Checker | ||
id: lychee | ||
uses: lycheeverse/[email protected].1 | ||
uses: lycheeverse/[email protected].3 | ||
with: | ||
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' | ||
output: ./lychee/out.md | ||
|
@@ -33,7 +33,7 @@ jobs: | |
broken link | ||
automated issue | ||
- name: Create or update issue for broken links | ||
uses: peter-evans/create-issue-from-file@v4 | ||
uses: peter-evans/create-issue-from-file@v5 | ||
if: ${{ steps.lychee.outputs.exit_code }} != 0 | ||
with: | ||
title: Link Checker Report | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters