mirror of
https://github.com/nix-community/awesome-nix.git
synced 2024-11-24 01:57:17 +03:00
check-link: fix Check Links to properly update the issue on failure (#254)
Some checks failed
Check URL Validity / linkChecker (push) Has been cancelled
Some checks failed
Check URL Validity / linkChecker (push) Has been cancelled
This commit is contained in:
parent
21816c864d
commit
b9168fd34e
2
.github/workflows/check-link.yml
vendored
2
.github/workflows/check-link.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user