From 7a06bb7247828d94fa8b21755264634fc036e65d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 14 Dec 2022 08:49:41 -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 310ccec860c..0e21d02f080 100644 --- a/action.yml +++ b/action.yml @@ -83,11 +83,11 @@ inputs: fetch_depth: description: "Initial depth of the branch history fetched. **NOTE**: This can be adjusted to resolve errors with insufficient history." required: false - default: "40" + default: "50" max_fetch_depth: description: "Maximum depth of the branch history fetched. **NOTE**: This can be adjusted to resolve errors with insufficient history." required: false - default: "5000" + default: "6000" since_last_remote_commit: description: "Use the last commit on the remote branch as the `base_sha`. Defaults to the last non merge commit on the target branch for pull request events and the previous remote commit of the current branch for push events." required: true