We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baa56f commit be3e49bCopy full SHA for be3e49b
.github/workflows/dispatch-test-pr.yml
@@ -17,9 +17,9 @@ on:
17
jobs:
18
test:
19
name: On-Demand Unit Testing on Node.js v${{ inputs.node-version }}
20
- uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.1.0
+ uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.2
21
secrets: inherit
22
with:
23
pwsh: false
24
build: false
25
- node-version: ${{ format('{0}', inputs.node-version) }}
+ node-version: ${{ inputs.node-version }}
0 commit comments