drafteame/list-folders-action

List sub-folders of all the given paths and return different formats of the founded sub-folders

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsList of paths to search for sub-foldersyes
separatorSeparator of the paths list (default is \n)no
omitList of subfolder names to be omitedno
recursiveWhether to search for sub-folders recursively (default is false)no
namedescription
totalNumber of total sub-folders
foldersJSON array with all sub-folders found including base path
folders_no_base_pathJSON array with all sub-folders found without base path
folders_by_pathJSON object in what each key is the base path and contains an array with his sub-folders