Skip to content

Commit ad75230

Browse files
authored
Fix default inputs for scheduled builds (#167)
1 parent 2b70d3b commit ad75230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
build:
2626
uses: ./.github/workflows/matrix.yml
2727
with:
28-
spec: ${{ inputs.spec }}
29-
publish: ${{ inputs.publish }}
28+
spec: ${{ inputs.spec || 'lts' }}
29+
publish: ${{ inputs.publish == '' || inputs.publish }}

0 commit comments

Comments
 (0)