mirror of
https://github.com/actions/checkout.git
synced 2025-04-20 01:26:46 +00:00
add options to set max attempts and intervals
This commit is contained in:
parent
2d7d9f7ff5
commit
4dca78049b
8 changed files with 85 additions and 3 deletions
12
README.md
12
README.md
|
@ -126,6 +126,18 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# running from unless specified. Example URLs are https://github.com or
|
||||
# https://my-ghes-server.example.com
|
||||
github-server-url: ''
|
||||
|
||||
# Maximum number of attempts
|
||||
# Default: 3
|
||||
max-attempts: ''
|
||||
|
||||
# Minimum number of seconds to wait before retrying
|
||||
# Default: 10
|
||||
min-retry-interval: ''
|
||||
|
||||
# Maximum number of seconds to wait before retrying
|
||||
# Default: 20
|
||||
max-retry-interval: ''
|
||||
```
|
||||
<!-- end usage -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue