mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
fix lychee syntax per project docs
Simplify args quoting per lychee docs -- https://github.com/marketplace/actions/lychee-broken-link-checker
This commit is contained in:
parent
ea96efcdb6
commit
57e3cbee27
2
.github/workflows/lychee.yml
vendored
2
.github/workflows/lychee.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
#env:
|
||||
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
with:
|
||||
args: '--verbose --max-retries 4 --no-progress "**/*.md"'
|
||||
args: --verbose --max-retries 4 --no-progress '**/*.md'
|
||||
|
||||
- name: Create Issue From File
|
||||
uses: peter-evans/create-issue-from-file@v2
|
||||
|
Loading…
Reference in New Issue
Block a user