From 188133a9bc2ba439ae0c0d991bd85d065e5dfb07 Mon Sep 17 00:00:00 2001 From: Andrew Petrochuk <30735471+petrochuk@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:06:08 -0700 Subject: [PATCH] set force-overwrite to false (#599) Co-authored-by: Andrew Petrochuk (from Dev Box) --- import-solution/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-solution/action.yml b/import-solution/action.yml index 2ca0a957..a58131d7 100644 --- a/import-solution/action.yml +++ b/import-solution/action.yml @@ -44,7 +44,7 @@ inputs: force-overwrite: description: 'Force an overwrite of unmanaged customizations.' required: false - default: 'true' + default: 'false' skip-dependency-check: description: 'Skip dependency check against dependencies flagged as product update.'