Skip to content

Commit

Permalink
feat: reduce the default fetch_depth from 50 to 25 and increase fetch…
Browse files Browse the repository at this point in the history
…_missing_history_max_retries (#2060)
  • Loading branch information
jackton1 authored Apr 20, 2024
1 parent 7b65c37 commit 44ce9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ inputs:
fetch_depth:
description: "Depth of additional branch history fetched. NOTE: This can be adjusted to resolve errors with insufficient history."
required: false
default: "50"
default: "25"
skip_initial_fetch:
description: |
Skip initially fetching additional history to improve performance for shallow repositories.
Expand Down Expand Up @@ -230,9 +230,9 @@ inputs:
fetch_missing_history_max_retries:
description: "Maximum number of retries to fetch missing history."
required: false
default: "10"
default: "20"
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
default: "false"

Expand Down

0 comments on commit 44ce9f4

Please sign in to comment.