Skip to content

Commit

Permalink
chore/update default (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jackton1 and github-actions[bot] committed Dec 30, 2022
1 parent cd20d96 commit c4b295d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo
| action | string | false | `"action.yml"` | Path to the action.yml file |
| bin\_path | string | false | | Path to the auto-doc binary |
| col\_max\_width | string | false | `"1000"` | Max width of a column |
| col\_max\_words | string | false | `"5"` | Max number of words per line<br>in a column |
| col\_max\_words | string | false | `"6"` | Max number of words per line<br>in a column |
| input\_columns | string | false | | List of Input columns names to<br>display, default (display all columns) |
| output | string | false | `"README.md"` | Path to the output file |
| output\_columns | string | false | | List of Output column names to<br>display, default (display all columns) |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -13,7 +13,7 @@ inputs:
col_max_words:
description: 'Max number of words per line in a column'
required: false
default: '5'
default: '6'
output:
description: 'Path to the output file'
required: false
Expand Down

0 comments on commit c4b295d

Please sign in to comment.