From f991633730ca94b13263b3db2bfe3bb4406050e8 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 6 Jun 2023 06:48:25 -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 38efa8ef73c..9e29f31e4b8 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ inputs: description: "Exclude the root directory represented by `.` from the output when `dir_names`is set to `true`." required: false default: "false" - deprecationMessage: "This input is deprecated. Use `dir_names_exclude_current_dir` instead." + deprecationMessage: "Use `dir_names_exclude_current_dir` instead." json: description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs." required: false