This commit is contained in:
Emi Huang 2025-08-21 14:27:45 -07:00
parent ff7abcd0c3
commit 9905cd6970
8 changed files with 90 additions and 2 deletions

View file

@ -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