Skip to content

Commit 5ce33a9

Browse files
authored
Merge pull request #84 from salesforcecli/pnh-sync-circleci-config
chore: sync .circleci/config.yml
2 parents 32f7af4 + 1ae1d53 commit 5ce33a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ parameters:
2929
default: ''
3030
type: string
3131
repo_tag:
32-
description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
32+
description: The tag of the module repo to checkout, '' defaults to branch/PR
33+
default: ''
34+
type: string
35+
npm_module_name:
36+
description: The fully qualified npm module name, i.e. @salesforce/plugins-data
3337
default: ''
3438
type: string
3539
workflows:
@@ -100,3 +104,4 @@ workflows:
100104
os:
101105
- linux
102106
- windows
107+
npm_module_name: << pipeline.parameters.npm_module_name >>

0 commit comments

Comments
 (0)