Updated link checker action due to deprecation

new action: https://github.com/lycheeverse/lychee-action
This commit is contained in:
doxsch 2021-03-23 21:54:40 +01:00 committed by GitHub
parent 150080c64f
commit 5176dbadbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: peter-evans/link-checker@v1
uses: lycheeverse/lychee-action@v1.0.6
with:
args: README.md
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: "[Bot] Broken Links Report"
content-filepath: ./link-checker/out.md
content-filepath: ./lychee/out.md
labels: report