We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f7af4 + 1ae1d53 commit 5ce33a9Copy full SHA for 5ce33a9
.circleci/config.yml
@@ -29,7 +29,11 @@ parameters:
29
default: ''
30
type: string
31
repo_tag:
32
- description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
+ 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
37
38
39
workflows:
@@ -100,3 +104,4 @@ workflows:
100
104
os:
101
105
- linux
102
106
- windows
107
+ npm_module_name: << pipeline.parameters.npm_module_name >>
0 commit comments