mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-01-23 01:46:00 +00:00
Updated link checker action due to deprecation
new action: https://github.com/lycheeverse/lychee-action
This commit is contained in:
parent
150080c64f
commit
5176dbadbc
4
.github/workflows/link-checker.yml
vendored
4
.github/workflows/link-checker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user