mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-08-23 23:40:48 +02:00
Retry
This commit is contained in:
parent
ff7abcd0c3
commit
9905cd6970
8 changed files with 90 additions and 2 deletions
|
@ -125,6 +125,14 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Default: false
|
||||
fetch-tags: ''
|
||||
|
||||
# Timeout in seconds for individual git/network operations (0 disables).
|
||||
# Default: 0
|
||||
timeout: ''
|
||||
|
||||
# Maximum number of retry attempts for flaky operations (min 1).
|
||||
# Default: 3
|
||||
retry: ''
|
||||
|
||||
# Whether to show progress status output when fetching.
|
||||
# Default: true
|
||||
show-progress: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue