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
|
@ -77,6 +77,12 @@ inputs:
|
|||
fetch-tags:
|
||||
description: 'Whether to fetch tags, even if fetch-depth > 0.'
|
||||
default: false
|
||||
timeout:
|
||||
description: 'Timeout in seconds for individual git/network operations (0 disables).'
|
||||
default: 0
|
||||
retry:
|
||||
description: 'Maximum number of retry attempts for flaky operations (min 1).'
|
||||
default: 3
|
||||
show-progress:
|
||||
description: 'Whether to show progress status output when fetching.'
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue