check-link: fix Check Links to properly update the issue on failure (#254)
Some checks failed
Check URL Validity / linkChecker (push) Has been cancelled

This commit is contained in:
Sebastiaan Speck 2024-10-04 18:05:10 +02:00 committed by GitHub
parent 21816c864d
commit b9168fd34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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