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

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