From 8cfc8228874225974667669a76e026b7cef28806 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 30 Oct 2022 17:49:12 -0600 Subject: [PATCH] chore: 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 6b36ab66..4a5f8295 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: "120" + default: "140" outputs: added_files: