Update links.yml

This commit is contained in:
Brian Boucheron 2023-01-18 09:47:23 -05:00 committed by GitHub
parent d3ccb3b856
commit 75269d51e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,10 @@ jobs:
- name: Lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.1
uses: lycheeverse/lychee-action@v1.5.4
with:
args: --exclude twitter.com './README.md'
args: --exclude 'twitter.com'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}