From 21ccb43669e77a07efac5f011bd4ee8b73128ef6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 11 Jul 2023 18:40:13 -0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7cd96ffe..6337eb4c 100644 --- a/action.yml +++ b/action.yml @@ -125,7 +125,7 @@ inputs: required: false default: "50" skip_initial_fetch: - description: "Skip the initial fetch to improve performance for shallow . **NOTE**: This could lead to errors with missing history and the intended use is limited to when you've fetched the history necessary to perform the diff." + description: "Skip the initial fetch to improve performance for shallow repositories. **NOTE**: This could lead to errors with missing history and the intended use is limited to when you've fetched the history necessary to perform the diff." required: false default: "false" since_last_remote_commit: