mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
feat: reduce the default fetch_depth from 50 to 25 and increase fetch_missing_history_max_retries (#2060)
This commit is contained in:
parent
7b65c377b1
commit
44ce9f4341
1 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ inputs:
|
||||||
fetch_depth:
|
fetch_depth:
|
||||||
description: "Depth of additional branch history fetched. NOTE: This can be adjusted to resolve errors with insufficient history."
|
description: "Depth of additional branch history fetched. NOTE: This can be adjusted to resolve errors with insufficient history."
|
||||||
required: false
|
required: false
|
||||||
default: "50"
|
default: "25"
|
||||||
skip_initial_fetch:
|
skip_initial_fetch:
|
||||||
description: |
|
description: |
|
||||||
Skip initially fetching additional history to improve performance for shallow repositories.
|
Skip initially fetching additional history to improve performance for shallow repositories.
|
||||||
|
@ -230,9 +230,9 @@ inputs:
|
||||||
fetch_missing_history_max_retries:
|
fetch_missing_history_max_retries:
|
||||||
description: "Maximum number of retries to fetch missing history."
|
description: "Maximum number of retries to fetch missing history."
|
||||||
required: false
|
required: false
|
||||||
default: "10"
|
default: "20"
|
||||||
use_posix_path_separator:
|
use_posix_path_separator:
|
||||||
description: "Use POSIX path separator `/` for output file paths on windows."
|
description: "Use POSIX path separator `/` for output file paths on Windows."
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue