Skip to content

Commit ff494d8

Browse files
committed
Remove default values for workflow call/dispatch.
1 parent 6f8b2ac commit ff494d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-publish-bindings.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ on:
44
inputs:
55
wgpuVersion:
66
description: 'WGPU version to build bindings for'
7-
default: 'v0.19.1.1'
8-
required: false
7+
required: true
98
type: string
109
workflow_call:
1110
inputs:
1211
wgpuVersion:
1312
description: 'WGPU version to build bindings for'
14-
default: 'v0.19.1.1'
1513
required: true
1614
type: string
1715
secrets:

0 commit comments

Comments
 (0)