Skip to content

Commit 6e7132e

Browse files
fix: Swap TestName and Name inputs in workflow for clarity and consistency
1 parent 552793f commit 6e7132e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Test-ModuleLocal.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ on:
3333
type: string
3434
description: The operating system name.
3535
required: true
36-
TestName:
36+
Name:
3737
type: string
38-
description: The name of the test suite.
39-
required: true
38+
description: The name of the module to process. Scripts default to the repository name if nothing is specified.
39+
required: false
4040
TestPath:
4141
type: string
4242
description: The path to the test files.
4343
required: true
44-
Name:
44+
TestName:
4545
type: string
46-
description: The name of the module to process. Scripts default to the repository name if nothing is specified.
47-
required: false
46+
description: The name of the test suite.
47+
required: true
4848
Debug:
4949
type: boolean
5050
description: Enable debug output.

0 commit comments

Comments
 (0)