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 856f9d6 commit 3b9ed24Copy full SHA for 3b9ed24
.github/workflows/reusable-markdown-link-check.yml
@@ -16,10 +16,10 @@ jobs:
16
with:
17
# excluding links to pull requests and issues is done for performance
18
args: >
19
+ --verbose
20
+ --no-progress
21
--include-fragments
22
--exclude "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
23
--max-retries 6
24
--retry-wait-time 10
25
.
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments