From fe3a37012f2aeb085358c28900539b133d2cdf4c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 16 Nov 2022 11:46:53 -0700 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1f1b9475..8be22421 100644 --- a/action.yml +++ b/action.yml @@ -78,9 +78,9 @@ inputs: required: false default: "false" fetch_depth: - description: "Limit depth of the branch history fetched. **NOTE**: This can be adjusted to resolve errors with insufficient history." + description: "Initial depth of the branch history fetched. **NOTE**: This can be adjusted to resolve errors with insufficient history." required: false - default: "40" + default: "10" max_fetch_depth: description: "Maximum depth of the branch history fetched. **NOTE**: This can be adjusted to resolve errors with insufficient history." required: false