Skip to content

Commit b65ea66

Browse files
committed
fix
1 parent 8a0e97b commit b65ea66

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ on:
1515
description: 'Environment to run the workflow in'
1616
required: false
1717
type: environment
18-
choices-input:
18+
choices-input-optional:
1919
type: choice
2020
required: false
2121
options:
2222
- option 1
2323
- option 2
2424
description: "Choice input"
25-
25+
number-input-optional:
26+
type: number
27+
required: false
28+
description: "Number input"
2629

2730
jobs:
2831
ruff:

0 commit comments

Comments
 (0)