Skip to content

Commit ca1444d

Browse files
committed
docs: Refactor path input description into cleaner sublist
- Split long bullet point into structured sublist - Clear separation of different path format types - Better readability for CMake file options
1 parent 9566917 commit ca1444d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,13 @@ jobs:
6868
6969
### Inputs
7070
71-
* `path`: Dependency path in the source repository, this can be either a submodule, a .properties file, a shell script, or a CMake file with FetchContent.
72-
* For CMake files: Use `path/to/file.cmake#DepName` to specify dependency name, or just `path/to/file.cmake` for auto-detection (single dependency only)
71+
* `path`: Dependency path in the source repository. Supported formats:
72+
* Submodule path
73+
* Properties file (`.properties`)
74+
* Shell script (`.ps1`, `.sh`)
75+
* CMake file with FetchContent:
76+
* `path/to/file.cmake#DepName` - specify dependency name
77+
* `path/to/file.cmake` - auto-detection (single dependency only)
7378
* type: string
7479
* required: true
7580
* `name`: Name used in the PR title and the changelog entry.

0 commit comments

Comments
 (0)