We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd5ba7 commit 4aa18b6Copy full SHA for 4aa18b6
README.md
@@ -35,6 +35,8 @@ jobs:
35
- name: Link Checker
36
id: lychee
37
uses: lycheeverse/lychee-action@v2
38
+ with:
39
+ fail: false
40
41
- name: Create Issue From File
42
if: steps.lychee.outputs.exit_code != 0
0 commit comments