From 4a135123113feab82a455f7d062c535e78f84dd8 Mon Sep 17 00:00:00 2001 From: Utpal Nadiger Date: Wed, 18 Oct 2023 15:41:52 +0530 Subject: [PATCH] Create disableautocheckout --- docs/configuration/disableautocheckout | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/configuration/disableautocheckout diff --git a/docs/configuration/disableautocheckout b/docs/configuration/disableautocheckout new file mode 100644 index 000000000..051df5f2b --- /dev/null +++ b/docs/configuration/disableautocheckout @@ -0,0 +1,7 @@ +--- +title: 'Disable Auto-Checkout' +--- + +By default Digger checks out latest code from the branch prior to every run. So you don't need to configure checkout in your workflow file. + +If you prefer to not checkout automatically (for example if you have your own checkout logic as a previous step), set the `configure-checkout` input to `false` in your workflow