From 675839364538318b9e2272dcb40faaf6bbb4d91f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 16 Dec 2022 11:34:44 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 86cc8e70..998c2b39 100644 --- a/action.yml +++ b/action.yml @@ -87,7 +87,7 @@ inputs: 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: "6000" + default: "9000" 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