From aafcd0573083dda115653ca0b88f7cab28e1e92c Mon Sep 17 00:00:00 2001 From: tnascimento Date: Mon, 15 Mar 2021 12:17:13 -0300 Subject: [PATCH] adding default_source_path default value and description --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 9db180f..bb0f2e9 100644 --- a/action.yml +++ b/action.yml @@ -54,6 +54,11 @@ inputs: description: 'Path on the current repository to the apex script that will be used to create data required by the package' required: false + default_source_path: + description: 'Default source path to look for apex classes. Only used when deploy_testlevel is RunSpecifiedTests' + required: false + default: 'force-app/main/default' + runs: using: 'node12' main: 'dist/index.js'