mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Increase max retries for lychee
This will hopefully reduce the false reports due to some unreliable hosters.
This commit is contained in:
parent
69cca6f6bc
commit
9be00dbc8a
2
.github/workflows/lychee.yml
vendored
2
.github/workflows/lychee.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
#env:
|
#env:
|
||||||
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
with:
|
with:
|
||||||
args: '--verbose --no-progress **/*.md'
|
args: '--verbose --max-retries 4 --no-progress **/*.md'
|
||||||
|
|
||||||
- name: Create Issue From File
|
- name: Create Issue From File
|
||||||
uses: peter-evans/create-issue-from-file@v2
|
uses: peter-evans/create-issue-from-file@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user