Skip to content

Commit ef8f72f

Browse files
author
repo-visualizer
committed
update description for root_path param
1 parent 0e7c3ad commit ef8f72f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ For example: dist,node_modules
2424

2525
Default: node_modules,bower_components,dist,out,build,eject,.next,.netlify,.yarn,.vscode,package-lock.json,yarn.lock
2626

27-
2827
## `root_path`
2928

30-
The directory you want this action to run into.
29+
The directory (and its children) that you want to visualize in the diagram.
3130

3231
Default: ./
3332

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
description: "A list of paths to exclude from the diagram, separated by commas. For example: dist,node_modules"
1010
required: false
1111
root_path:
12-
description: "The directory you want this action to run into. Default: ./"
12+
description: "The directory (and its children) that you want to visualize in the diagram. Default: ./"
1313
required: false
1414
max_depth:
1515
description: "The maximum number of nested folders to show files within. Default: 9"

0 commit comments

Comments
 (0)