From 07abd196b2751839fbee016970ca958f49622fbf Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 30 Dec 2022 00:11:35 -0700 Subject: [PATCH 1/2] chore: update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6fd4860b..519fece0 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ jobs: commit-message: "auto-doc: Updated README.md" body: "auto-doc: Updated README.md" ``` - ## CLI ### Installation From 6b4097176de4de71c4b75070107c919237086ef7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Dec 2022 07:12:18 +0000 Subject: [PATCH 2/2] Updated README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 519fece0..5c8423a6 100644 --- a/README.md +++ b/README.md @@ -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 | `"7"` | Max number of words per
line in a column | +| col\_max\_words | string | false | `"6"` | Max number of words per
line in a column | | input\_columns | string | false | | List of Input columns names
to 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 display, default (display all
columns) | @@ -97,6 +97,7 @@ jobs: commit-message: "auto-doc: Updated README.md" body: "auto-doc: Updated README.md" ``` + ## CLI ### Installation