1
0
mirror of https://github.com/alebcay/awesome-shell.git synced 2025-08-09 01:46:36 +02:00

Update CI workflow

This commit is contained in:
Caleb Xu
2022-02-21 09:01:18 -05:00
parent 7ec25d1e06
commit 345ab8363a

View File

@@ -13,9 +13,9 @@ jobs:
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v1.0.8
uses: lycheeverse/lychee-action@v1.3.0
with:
args: --verbose --no-progress --exclude wiki.bash-hackers.org/* README.md README_ZH-CN.md
args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}