Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 15, 2022
1 parent 8e11fee commit fee00ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,22 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-----------|-----------------------------------------------------------------------------------------------------------------------------|
| autocrlf | string | true | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf).<br> |
| files | string | true | | File/Directory names to check for<br>uncommited changes. |
| separator | string | true | `" "` | Output string separator. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------|
| autocrlf | string | true | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). |
| files | string | true | | File/Directory names to check for uncommited changes.<br> |
| separator | string | true | `" "` | Output string separator. |
<!-- 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 |
|---------------|--------|---------------------------------------------|
| changed\_files | string | List of changed files |
| files\_changed | string | Boolean indicating that files have changed. |
<!-- AUTO-DOC-OUTPUT:END -->
Expand Down

0 comments on commit fee00ff

Please sign in to comment.