Skip to content

Commit 694cc00

Browse files
committed
fix: missing input in workflow_dispatch
1 parent 340c521 commit 694cc00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
platforms:
1010
required: true
1111
type: string
12+
no-cache:
13+
required: false
14+
type: boolean
15+
default: false
1216
workflow_dispatch:
1317
inputs:
1418
builder_type:

0 commit comments

Comments
 (0)