From 796d6c7adc0b70795fb53997e933a4f82d552cc8 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Thu, 24 Aug 2023 03:18:57 +0000 Subject: [PATCH] Updated README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a4bd06a..5669048 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 | `"false"` | Indicates whether to match files
in `.gitignore` | -| separator | string | false | `" "` | Output string separator. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-------------------------------------------------------------------------------------------------|--------|----------|-----------|------------------------------------------------------------| +| [files](#input_files) | string | false | | File/Directory names to check for
uncommited changes. | +| [files-separator](#input_files-separator) | string | false | `"\n"` | Separator used to split the
`files` input | +| [match-gitignore-files](#input_match-gitignore-files) | string | true | `"false"` | Indicates whether to match files
in `.gitignore` | +| [separator](#input_separator) | string | false | `" "` | Output string separator. | @@ -130,10 +130,10 @@ Support this project with a :star: -| OUTPUT | TYPE | DESCRIPTION | -|---------------|--------|--------------------------------------------------| -| changed\_files | string | List of changed files | -| files\_changed | string | Boolean indicating that files have
changed. | +| OUTPUT | TYPE | DESCRIPTION | +|---------------------------------------------------------------------------|--------|--------------------------------------------------| +| [changed\_files](#output_changed_files) | string | List of changed files | +| [files\_changed](#output_files_changed) | string | Boolean indicating that files have
changed. |