Skip to content

Commit

Permalink
Updated README.md (#191)
Browse files Browse the repository at this point in the history
* Updated README.md

* Update action.yml

Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
jackton1 and jackton1 authored Jul 26, 2022
1 parent 6645808 commit a306277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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). |
| 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. |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: 'File/Directory names to check for uncommited changes.'
required: true
autocrlf:
description: 'Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf) .'
description: 'Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf).'
default: 'input'
required: true
separator:
Expand Down

0 comments on commit a306277

Please sign in to comment.