From f6d3fe51790f667e42e9dc12cf25330b9fd74c3f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 5 Feb 2024 12:42:54 -0700 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8388a15b..9c9ccbce 100644 --- a/action.yml +++ b/action.yml @@ -266,9 +266,9 @@ outputs: all_changed_files_count: description: "Returns the number of `all_changed_files`" any_changed: - description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs has changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*." + description: "Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*." only_changed: - description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs has changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*." + description: "Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*." other_changed_files: description: "Returns all other changed files not listed in the files input i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*." other_changed_files_count: