update link check actions

This commit is contained in:
Brian Boucheron
2022-10-19 21:19:29 -04:00
committed by GitHub
parent 35cfdd0772
commit 345432f670

View File

@@ -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