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