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
|
||||
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
|
||||
|
Reference in New Issue
Block a user