Skip to content

Commit 225485e

Browse files
committed
add retry for pr link check
Signed-off-by: Bharath Nallapeta <nr.bharath97@gmail.com>
1 parent 6f2d968 commit 225485e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-link-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
--fallback-extensions "md"
6464
--github-token "${GITHUB_TOKEN}"
6565
--insecure
66+
--max-retries 3
67+
--retry-wait-time 5
6668
--exclude-all-private
6769
--no-progress
6870
$(cat changed-files.txt | tr '\n' ' ')

0 commit comments

Comments
 (0)