Skip to content

Commit

Permalink
Merge pull request #16 from netz39/linkchecker-retry-time
Browse files Browse the repository at this point in the history
Increase the waiting time between attempts
  • Loading branch information
penguineer authored Nov 5, 2023
2 parents 81b3ce7 + e2c9edf commit bb15c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose https://blockchain.netz39.de/
args: --verbose --retry-wait-time 30 https://blockchain.netz39.de/

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down

0 comments on commit bb15c2c

Please sign in to comment.