Skip to content

Commit

Permalink
Update README.md to include continue-on-error: true in action (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Nov 19, 2024
1 parent 5cd5ba7 commit 4aa18b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
fail: false

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

0 comments on commit 4aa18b6

Please sign in to comment.