From d8b80b3b0961241323e2a61d1dbfae2865554d54 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Dec 2022 23:06:33 -0700 Subject: [PATCH] chore: fix typos --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index dd6aa5df..a7bc6ff4 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: required: false default: "" files: - description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include qoutes." + description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include quotes." required: false default: "" files_separator: @@ -32,7 +32,7 @@ inputs: default: "\n" required: false files_ignore: - description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include qoutes." + description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include quotes." required: false default: "" files_ignore_separator: @@ -67,7 +67,7 @@ inputs: default: "true" required: false diff_relative: - description: "Exclude changes outside the current directory and show pathnames relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input." + description: "Exclude changes outside the current directory and show path names relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input." required: false dir_names: default: "false"