We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705362a commit f5cc41eCopy full SHA for f5cc41e
1 file changed
.github/workflows/publish-npm.yml
@@ -3,8 +3,9 @@ on:
3
workflow_call:
4
inputs:
5
scope:
6
- description: 'NPM package scope (e.g., @iExecBlockchainComputing)'
7
- required: true
+ description: 'NPM package scope (e.g., @iexec)'
+ required: false
8
+ default: '@iexec'
9
type: string
10
node-version:
11
description: 'Node.js version to use'
0 commit comments