Skip to content

Commit 4aa18b6

Browse files
Update README.md to include continue-on-error: true in action (#267)
1 parent 5cd5ba7 commit 4aa18b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Link Checker
3636
id: lychee
3737
uses: lycheeverse/lychee-action@v2
38+
with:
39+
fail: false
3840

3941
- name: Create Issue From File
4042
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)