mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-21 05:38:01 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: peter-evans/link-checker@v1
|
uses: lycheeverse/lychee-action@v1.0.6
|
||||||
with:
|
with:
|
||||||
args: README.md
|
args: README.md
|
||||||
- name: Create Issue From File
|
- name: Create Issue From File
|
||||||
uses: peter-evans/create-issue-from-file@v2
|
uses: peter-evans/create-issue-from-file@v2
|
||||||
with:
|
with:
|
||||||
title: "[Bot] Broken Links Report"
|
title: "[Bot] Broken Links Report"
|
||||||
content-filepath: ./link-checker/out.md
|
content-filepath: ./lychee/out.md
|
||||||
labels: report
|
labels: report
|
||||||
|
Loading…
Reference in New Issue
Block a user