Skip to content

Commit a7e3eca

Browse files
Merge pull request #52 from Azure/fix/lychee-duration-args
fix: remove unit suffixes from lychee duration args
2 parents 522a97a + 4064436 commit a7e3eca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/links-watcher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
args: >-
2323
--verbose --no-progress --max-concurrency 2 --max-retries 4
24-
--retry-wait-time 2s --timeout 30s --host-concurrency 1
25-
--host-request-interval 1s --cache --max-cache-age 7d
24+
--retry-wait-time 2 --timeout 30 --host-concurrency 1
25+
--host-request-interval 1 --cache --max-cache-age 7d
2626
--exclude-link-local --exclude-loopback './**/*.md'
2727
--exclude portal.azure.com --exclude developers.sap.com
2828
--exclude shell.azure.com

0 commit comments

Comments
 (0)