Skip to content

Commit

Permalink
checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Aug 9, 2023
1 parent d6b7fba commit f9e1e0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: URLs checker
uses: urlstechie/urlchecker-action@master
with:
Expand All @@ -26,6 +26,7 @@ jobs:
# How many times to retry a failed request (each is logged, defaults to 1)
retry_count: 3

# Verbosity
# choose if the force pass or not
force_pass : true
verbose: true
serial: true

0 comments on commit f9e1e0c

Please sign in to comment.