Skip to content

Commit

Permalink
Update README.md to include continue-on-error: true in action
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Nov 8, 2024
1 parent f81112d commit efdcfcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
continue-on-error: true

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

0 comments on commit efdcfcb

Please sign in to comment.