From e2f96387672e55058c2f39d559da69c3c50afa41 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 15 Dec 2022 20:34:14 +0000 Subject: [PATCH 1/2] Updated README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6fd4860b..fc80ea9f 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,15 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|----------------|--------|----------|----------------|-----------------------------------------------------------------------------| -| 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 | -| 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) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------|--------|----------|----------------|--------------------------------------------------------------------------| +| 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 | +| 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) | From 748a31911ef04aa52fc63f51c11a34c9b15ba9e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Dec 2022 20:39:57 +0000 Subject: [PATCH 2/2] Updated README. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fc80ea9f..6fd4860b 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,15 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|----------------|--------|----------|----------------|--------------------------------------------------------------------------| -| 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 | -| 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) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------|--------|----------|----------------|-----------------------------------------------------------------------------| +| 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 | +| 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) |