From a617853c0f8e2e999a506ad8f26424a2aac2175e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 17 Feb 2024 21:58:39 -0700 Subject: [PATCH] chore: update action.yml (#1942) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c18419ef..bec69cf7 100644 --- a/action.yml +++ b/action.yml @@ -144,8 +144,8 @@ inputs: default: "50" skip_initial_fetch: 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. + Skip initially fetching additional history to improve performance for shallow repositories. + NOTE: This could lead to errors with missing history. It's intended to be used when you've fetched all necessary history to perform the diff. required: false default: "false" fetch_additional_submodule_history: