Skip to content

Commit

Permalink
fix parameter inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Nov 10, 2023
1 parent 73dfa18 commit 19e6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
password: ${{ inputs.password }}

# Set up node with the specified version
- uses: actions/setup-node@v3 v${{ inputs.node-version }}
- uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
registry-url: https://npm.pkg.github.com
Expand Down

0 comments on commit 19e6276

Please sign in to comment.