Skip to content

Commit

Permalink
check-link: fix Check Links to properly update the issue on failure (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Oct 4, 2024
1 parent 21816c8 commit b9168fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
args: "--cache --max-cache-age 1d --verbose --no-progress README.md"
token: ${{ github.token }}
fail: true
fail: false

- name: Comment on failure
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit b9168fd

Please sign in to comment.