Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] committed Aug 24, 2023
1 parent 8054485 commit 796d6c7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,23 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------------|--------|----------|-----------|------------------------------------------------------------|
| files | string | false | | File/Directory names to check for <br>uncommited changes. |
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input |
| match-gitignore-files | string | true | `"false"` | Indicates whether to match files <br>in `.gitignore` |
| separator | string | false | `" "` | Output string separator. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------------------------------------------------------------|--------|----------|-----------|------------------------------------------------------------|
| <a name="input_files"></a>[files](#input_files) | string | false | | File/Directory names to check for <br>uncommited changes. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 192 Warning

Expected: 80; Actual: 192

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_files-separator"></a>[files-separator](#input_files-separator) | string | false | `"\n"` | Separator used to split the <br>`files` input |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 192 Warning

Expected: 80; Actual: 192

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_match-gitignore-files"></a>[match-gitignore-files](#input_match-gitignore-files) | string | true | `"false"` | Indicates whether to match files <br>in `.gitignore` |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 192 Warning

Expected: 80; Actual: 192

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br
| <a name="input_separator"></a>[separator](#input_separator) | string | false | `" "` | Output string separator. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 192 Warning

Expected: 80; Actual: 192

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
|---------------|--------|--------------------------------------------------|
| changed\_files | string | List of changed files |
| files\_changed | string | Boolean indicating that files have <br>changed. |
| OUTPUT | TYPE | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 137 Warning

Expected: 80; Actual: 137
|---------------------------------------------------------------------------|--------|--------------------------------------------------|
| <a name="output_changed_files"></a>[changed\_files](#output_changed_files) | string | List of changed files |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 138 Warning

Expected: 80; Actual: 138
| <a name="output_files_changed"></a>[files\_changed](#output_files_changed) | string | Boolean indicating that files have <br>changed. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 138 Warning

Expected: 80; Actual: 138

<!-- AUTO-DOC-OUTPUT:END -->

Expand Down

0 comments on commit 796d6c7

Please sign in to comment.