From a5f0fc284b3b5c136fa9f73d9ba0efc2f011bee7 Mon Sep 17 00:00:00 2001 From: "Andrew Petrochuk (from Dev Box)" Date: Thu, 11 Jul 2024 14:44:05 -0700 Subject: [PATCH] set force-overwrite to false --- 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.'