Skip to content

Commit 3b9ed24

Browse files
Update reusable-markdown-link-check.yml
1 parent 856f9d6 commit 3b9ed24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
# excluding links to pull requests and issues is done for performance
1818
args: >
19+
--verbose
20+
--no-progress
1921
--include-fragments
2022
--exclude "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
2123
--max-retries 6
2224
--retry-wait-time 10
2325
.
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)