Skip to content

Commit 4749e10

Browse files
chore: update the default col max words (#378)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0329f01 commit 4749e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo
4747
| action | string | false | `"action.yml"` | Path to the action.yml file<br> |
4848
| bin\_path | string | false | | Path to the auto-doc binary<br> |
4949
| col\_max\_width | string | false | `"1000"` | Max width of a column<br> |
50-
| col\_max\_words | string | false | `"5"` | Max number of words per<br>line in a column |
50+
| col\_max\_words | string | false | `"7"` | Max number of words per<br>line in a column |
5151
| input\_columns | string | false | | List of Input columns names<br>to display, default (display all<br>columns) |
5252
| output | string | false | `"README.md"` | Path to the output file<br> |
5353
| output\_columns | string | false | | List of Output column names<br>to display, default (display all<br>columns) |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
col_max_words:
1414
description: 'Max number of words per line in a column'
1515
required: false
16-
default: '5'
16+
default: '7'
1717
output:
1818
description: 'Path to the output file'
1919
required: false

0 commit comments

Comments
 (0)