Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Apr 30, 2023
1 parent 44018bc commit 87a456d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Support this project with a :star:
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------|--------|----------|---------|----------------------------------------------------------|
| files | string | false | | File/Directory names to check for uncommited<br>changes. |
| files-separator | string | false | `"\n"` | Separator used to split the `files`<br>input |
| 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 |
| separator | string | false | `" "` | Output string separator. |

<!-- AUTO-DOC-INPUT:END -->
Expand All @@ -129,10 +129,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<br>changed. |

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

Expand Down

0 comments on commit 87a456d

Please sign in to comment.