From a5f4b54b5f4e834abbbe77a9f9f94af0b3d93ab0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 11 Jul 2023 18:34:10 -0600 Subject: [PATCH] chore: update readme to include downsides of skipping the initial fetch --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 79771228..7cd96ffe 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." + 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." required: false default: "false" since_last_remote_commit: