Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 30, 2022
1 parent 491b483 commit 76bae42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Support this project with a :star:
| 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> |
| files | string | true | | File/Directory names to check for uncommited<br>changes. |
| separator | string | true | `" "` | Output string separator. |

<!-- AUTO-DOC-INPUT:END -->
Expand All @@ -116,10 +116,10 @@ Support this project with a :star:

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

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

Expand Down

0 comments on commit 76bae42

Please sign in to comment.