Skip to content

Commit ad39b00

Browse files
committed
Don't require input
1 parent 60d28ff commit ad39b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
ref:
77
description: 'Git Commit Ref (branch, tag, or hash)'
8-
required: true
8+
required: false
99
type: string
1010

1111

0 commit comments

Comments
 (0)