Skip to content

Commit fbe3875

Browse files
Modify package-name input description in workflow
Updated the input description for package-name to include testing.
1 parent 7a8b06d commit fbe3875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_poetry_pkg_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
package-name:
7-
description: 'The name of the Python package/directory to format'
7+
description: 'The name of the Python package/directory to format and test'
88
required: true
99
type: string
1010
python-version:

0 commit comments

Comments
 (0)