mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-02 08:27:59 +00:00
Merge pull request #443 from doxsch/patch-2
Updated link checker action due to deprecation
This commit is contained in:
commit
98509eda06
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