Skip to content

Commit 3343a6a

Browse files
committed
docs: update parameters in github action config for exclude_globs
1 parent fe02268 commit 3343a6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ inputs:
88
excluded_paths:
99
description: "A list of paths to exclude from the diagram, separated by commas. For example: dist,node_modules"
1010
required: false
11+
excluded_globs:
12+
description: "A list of micromatch globs to exclude from the diagram, separated by semicolons. For example: **/*.png;docs/**/*.{png,ico}"
13+
required: false
1114
root_path:
12-
description: "The directory (and its children) that you want to visualize in the diagram. Default: ./"
15+
description: "The directory (and its children) that you want to visualize in the diagram. Default: "" (repository root directory)"
1316
required: false
1417
max_depth:
1518
description: "The maximum number of nested folders to show files within. Default: 9"

0 commit comments

Comments
 (0)