mirror of
https://github.com/beardicus/awesome-plotters.git
synced 2025-07-31 11:00:18 +02:00
update link check actions
This commit is contained in:
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
@@ -12,13 +12,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Lychee Link Checker
|
- name: Lychee Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
uses: lycheeverse/lychee-action@v1.5.0
|
uses: lycheeverse/lychee-action@v1.5.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: Create Issue From File
|
- name: Create Issue From File
|
||||||
if: steps.lychee.outputs.exit_code != 0
|
if: steps.lychee.outputs.exit_code != 0
|
||||||
uses: peter-evans/create-issue-from-file@v3
|
uses: peter-evans/create-issue-from-file@v4
|
||||||
with:
|
with:
|
||||||
title: Link Checker Report
|
title: Link Checker Report
|
||||||
content-filepath: ./lychee/out.md
|
content-filepath: ./lychee/out.md
|
||||||
|
Reference in New Issue
Block a user