From 3a08c26fffb9b5021425f065f3bf8252ff576b39 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 12 Jun 2023 12:59:47 +0000 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c5912bc..f41bbed 100644 --- a/README.md +++ b/README.md @@ -117,12 +117,12 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|-----------------------|--------|----------|----------|------------------------------------------------------------| -| files | string | false | | File/Directory names to check for
uncommited changes. | -| files-separator | string | false | `"\n"` | Separator used to split the
`files` input | -| match-gitignore-files | string | true | `"true"` | Indicates whether to match files
in `.gitignore` | -| separator | string | false | `" "` | Output string separator. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-----------------------|--------|----------|-----------|------------------------------------------------------------| +| files | string | false | | File/Directory names to check for
uncommited changes. | +| files-separator | string | false | `"\n"` | Separator used to split the
`files` input | +| match-gitignore-files | string | true | `"false"` | Indicates whether to match files
in `.gitignore` | +| separator | string | false | `" "` | Output string separator. |