mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-21 05:38:01 +00:00
Update link-checker.yml
This commit is contained in:
parent
62465f811f
commit
c79aab6309
10
.github/workflows/link-checker.yml
vendored
10
.github/workflows/link-checker.yml
vendored
@ -8,13 +8,17 @@ jobs:
|
|||||||
linkChecker:
|
linkChecker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: lycheeverse/lychee-action@v1.4.1
|
id: lychee
|
||||||
|
uses: lycheeverse/lychee-action@v1.5.1
|
||||||
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
|
if: steps.lychee.outputs.exit_code != 0
|
||||||
|
uses: peter-evans/create-issue-from-file@v4
|
||||||
with:
|
with:
|
||||||
title: "[Bot] Broken Links Report"
|
title: "[Bot] Broken Links Report"
|
||||||
content-filepath: ./lychee/out.md
|
content-filepath: ./lychee/out.md
|
||||||
|
Loading…
Reference in New Issue
Block a user