Skip to content

Commit e7678ef

Browse files
committed
βž• Add default value at the parameters about working directory.
1 parent 81f2fe8 commit e7678ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/rw_get_tests.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
description: "The working directory for test running."
2424
required: false
2525
type: string
26-
default: ''
26+
default: '/'
2727
shell_path:
2828
description: "The file path of shell script which gets all the test items."
2929
required: false

β€Ž.github/workflows/rw_poetry_run_test.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
description: "The working directory for test running."
5252
required: false
5353
type: string
54-
default: ''
54+
default: '/'
5555
install_dependency_with_group:
5656
description: "Install the dependency by Poetry configuration with dependency group setting. This parameter receive the dependency group naming."
5757
type: string

0 commit comments

Comments
Β (0)