From aae4005247fc2f8e9bc13a010cc310016e9e9367 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 31 Jan 2023 17:23:32 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 07345571..ec1a4c15 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,7 @@ inputs: description: "Maximum depth of directories to output. e.g `test/test1/test2` with max depth of `2` returns `test/test1`." required: false dir_names_exclude_root: - description: "Exclude the root directory from the output. **NOTE:** This would exclude `.` from the output." + description: "Exclude the root directory represented by `.` from the output when `dir_names`is set to `true`." required: false default: "false" json: