We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b8e4d commit 40c25efCopy full SHA for 40c25ef
.github/workflows/healthcheck-markdown-links.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Link Checker
20
id: lychee
21
- uses: lycheeverse/lychee-action@v1.9.0
+ uses: lycheeverse/lychee-action@v2.0.2
22
with:
23
args: --github-token ${{ secrets.WORKFLOW_TOKEN }} --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md'
24
0 commit comments