We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b70d3b commit ad75230Copy full SHA for ad75230
1 file changed
.github/workflows/build.yml
@@ -25,5 +25,5 @@ jobs:
25
build:
26
uses: ./.github/workflows/matrix.yml
27
with:
28
- spec: ${{ inputs.spec }}
29
- publish: ${{ inputs.publish }}
+ spec: ${{ inputs.spec || 'lts' }}
+ publish: ${{ inputs.publish == '' || inputs.publish }}
0 commit comments