Skip to content

Commit 8d7df8e

Browse files
committed
✏️ Modify the argument about shell script path to be optional.
1 parent dba3292 commit 8d7df8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_test_items.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
inputs:
2121
shell_path:
2222
description: "The file path of shell script which gets all the test items."
23-
required: true
23+
required: false
2424
type: string
2525
default: './scripts/ci/get-all-tests.sh'
2626
shell_arg:

0 commit comments

Comments
 (0)