We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e44feb commit f542d6aCopy full SHA for f542d6a
.github/workflows/check-links.yml
@@ -37,10 +37,10 @@ jobs:
37
# content-filepath: ./lychee/out.md
38
# labels: report, automated issue
39
- name: Check links using container
40
- uses: ruzickap/action-my-broken-link-checker@v1
41
- with:
42
- url: https://my-testing-domain.com
43
- pages_path: ./public/
44
- cmd_params: "--skip-tls-verification --verbose --color=always"
45
- run_timeout: 10
46
- debug: true
+ uses: ruzickap/action-my-broken-link-checker@v1
+ with:
+ url: https://my-testing-domain.com
+ pages_path: ./public/
+ cmd_params: "--skip-tls-verification --verbose --color=always"
+ run_timeout: 10
+ debug: true
0 commit comments