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 c47fb9b commit 8f53989Copy full SHA for 8f53989
.github/workflows/dispatch-test-pr.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
pwsh: false
24
build: false
25
- node-version: ${{ inputs.node-version }}
+ node-version: ${{ format('{0}', inputs.node-version) }}
0 commit comments