Skip to content

Commit

Permalink
Merge pull request #298 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
repo-ranger[bot] committed May 12, 2023
2 parents e99fd82 + b78b21b commit 6685651
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 @@ -117,22 +117,22 @@ 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 |
| separator | string | false | `" "` | Output string separator. |
| 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 |
| separator | string | false | `" "` | 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 <br>changed. |

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

Expand Down

0 comments on commit 6685651

Please sign in to comment.