From 9ab423063bd7d1ee892ecd5a0ce25f81f604e4f4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 5 Jun 2023 18:01:34 -0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0408f91b..d698bfcf 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ inputs: description: "Output unique changed directories instead of filenames. **NOTE:** This returns `.` for changed files located in the root of the project." required: false dir_names_max_depth: - description: "Maximum depth of directories to output. e.g `test/test1/test2` with max depth of `2` returns `test/test1`." + description: "Limit the directory output to a maximum depth e.g `test/test1/test2` with max depth of `2` returns `test/test1`." required: false dir_names_exclude_root: description: "Exclude the root directory represented by `.` from the output when `dir_names`is set to `true`."