From 1be42003d742f660cf76cb29b6a1f0d85706f646 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 21 Sep 2023 21:49:28 -0600 Subject: [PATCH] Updated action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e01f420e..386f3d9c 100644 --- a/action.yml +++ b/action.yml @@ -120,6 +120,10 @@ inputs: description: "Separator used to split the `dir_names_include_files` input" default: "\n" required: false + dir_names_deleted_files_include_only_deleted_dirs: + description: "Include only deleted directories in the `deleted_files` output when `dir_names` is set to `true`." + required: false + default: "false" json: description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs. [Example](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-test.yml)" required: false