Skip to content

Commit 8b4ad8b

Browse files
author
repo-visualizer
committed
fix syntax error in action.yml
1 parent 3343a6a commit 8b4ad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: "A list of micromatch globs to exclude from the diagram, separated by semicolons. For example: **/*.png;docs/**/*.{png,ico}"
1313
required: false
1414
root_path:
15-
description: "The directory (and its children) that you want to visualize in the diagram. Default: "" (repository root directory)"
15+
description: 'The directory (and its children) that you want to visualize in the diagram. Default: "" (repository root directory)'
1616
required: false
1717
max_depth:
1818
description: "The maximum number of nested folders to show files within. Default: 9"

0 commit comments

Comments
 (0)