From ed67b9caa44c8b0cfa2ab4dc84dbe215cf42d6ee Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 2 Nov 2022 09:12:51 -0600 Subject: [PATCH] feat: increase the default max_fetch_depth --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a5f829512b..474c33289e2 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ inputs: max_fetch_depth: description: "Max limit for fetching branch history. **NOTE**: This can be adjusted to resolve errors with insufficient history." required: false - default: "140" + default: "300" outputs: added_files: