Skip to content

Commit 81841bf

Browse files
committed
Remove default option
1 parent 07a35ed commit 81841bf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

step.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ inputs:
207207
summary: "[Android only] Device orientation (0 = portrait, 90 = landscape)"
208208
is_expand: true
209209
is_required: false
210-
value_options:
211-
- "0"
212-
- "90"
213210

214211
- show_crosshairs: "false"
215212
opts:
@@ -250,13 +247,9 @@ inputs:
250247
- report: ""
251248
opts:
252249
title: "Report Format"
253-
summary: "Generate and download test reports in the specified format"
250+
summary: "Generate and download test reports in the specified format (allure, junit, or html)"
254251
is_expand: true
255252
is_required: false
256-
value_options:
257-
- "allure"
258-
- "junit"
259-
- "html"
260253

261254
- junit_path: ""
262255
opts:

0 commit comments

Comments
 (0)