We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f33a9 commit a4490deCopy full SHA for a4490de
.github/workflows/automatedLinkHealthCheck.yml renamed to .github/workflows/links.yml
@@ -12,13 +12,13 @@ jobs:
12
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
13
- name: Link Checker
14
id: lychee
15
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
+ uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332i #v0.19.1
16
with:
17
fail: false
18
output: ./lychee/out.md
19
- name: Create Issue From File
20
if: steps.lychee.outputs.exit_code != 0
21
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd #v5.0.1
22
23
title: Link Checker Report
24
content-filepath: ./lychee/out.md
0 commit comments