From 22e061a3a53470796bc50dbe1fa9fb6b9973dd27 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 19 Apr 2024 22:05:10 -0600 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 7b9c194cb40..27ed8e29783 100644 --- a/action.yml +++ b/action.yml @@ -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: "20" + default: "25" skip_initial_fetch: description: | Skip initially fetching additional history to improve performance for shallow repositories. @@ -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"