Skip to content

Commit

Permalink
adding default_source_path default value and description
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonnascimento committed Mar 15, 2021
1 parent 1f10e69 commit aafcd05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aafcd05

Please sign in to comment.