From 20cff0223e9ea13bf9d52b6a55bc1e3ec6ec4449 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Nov 2022 21:37:16 -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 c5232984..dd6aa5df 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,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: "Maximum depth of directories to output. e.g `test/test1/test2` with max depth of `2` returns `test/test1`." required: false json: description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs."