mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-30 17:59:37 +01:00
provide a higher timeout to the link checker action
This commit is contained in:
parent
1138804dc2
commit
aaa5bb675b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
file_types: .md,.yml
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
- name: Check Blog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
|
@ -21,6 +22,7 @@ jobs:
|
|||
file_types: .md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
- name: Check Changelog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
|
@ -28,3 +30,4 @@ jobs:
|
|||
include_files: Changelog.md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
|
|
Loading…
Reference in a new issue