Skip to content

Commit

Permalink
docs: replace pipe char, close #122
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed May 24, 2022
1 parent d79c71d commit 196ba73
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 @@ -28,12 +28,12 @@ The action will not commit any change, to ensure the changes are persisted you c
<!-- action-docs-inputs -->
## Inputs
| parameter | description | required | default |
| - | - | - | - |
| readme | Readme file to update. | `false` | README.md |
| actionFile | THe action definition file. | `false` | action.yml |
| tocLevel | TOC level used for the headers. | `false` | 2 |
| lineBreaks | Line breaks to be used in updated readme (LF|CR|CRLF). | `false` | LF |
| parameter | description | required | default |
| ---------- | ---------------------------------------------------------------- | -------- | ---------- |
| readme | Readme file to update. | `false` | README.md |
| actionFile | THe action definition file. | `false` | action.yml |
| tocLevel | TOC level used for the headers. | `false` | 2 |
| lineBreaks | Line breaks to be used in updated readme (LF&#124;CR&#124;CRLF). | `false` | LF |



Expand Down

0 comments on commit 196ba73

Please sign in to comment.