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.
1 parent 705362a commit 799666aCopy full SHA for 799666a
.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