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 0a75c5b commit 01bbea3Copy full SHA for 01bbea3
.github/workflows/links-fail-fast.yml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/checkout@v3
12
13
- name: Link Checker
14
- uses: lycheeverse/lychee-action@v1.5.4
+ uses: lycheeverse/lychee-action@v1.6.1
15
with:
16
fail: true
.github/workflows/links.yml
@@ -16,7 +16,7 @@ jobs:
17
18
id: lychee
19
20
21
- name: Create Issue From File
22
if: steps.lychee.outputs.exit_code != 0
0 commit comments