Skip to content

Commit

Permalink
Refactor code for speed and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Nov 8, 2024
1 parent d4e4c35 commit 19505ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
retry_wait_seconds: 60
max_attempts: 3
command: |
retry_delay_seconds: 60
retries: 3
run: |
lychee \
--scheme 'https' \
--timeout 60 \
Expand All @@ -52,9 +52,9 @@ jobs:
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
retry_wait_seconds: 60
max_attempts: 3
command: |
retry_delay_seconds: 60
retries: 3
run: |
lychee \
--scheme 'https' \
--timeout 60 \
Expand Down

0 comments on commit 19505ab

Please sign in to comment.