Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2022
1 parent 98ca6f0 commit 210eeea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------------|--------|----------|------------|---------------------------------------------|
| action | string | false | action.yml | Path to the action.yml file<br> |
| col\_max\_width | string | false | 1000 | Max width of a column<br> |
| col\_max\_words | string | false | 5 | Max number of words per<br>line in a column |
| output | string | false | README.md | Path to the output file<br> |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------------|--------|----------|----------------|---------------------------------------------|
| action | string | false | `"action.yml`" | Path to the action.yml file<br> |
| col\_max\_width | string | false | `"1000`" | Max width of a column<br> |
| col\_max\_words | string | false | `"5`" | Max number of words per<br>line in a column |
| output | string | false | `"README.md`" | Path to the output file<br> |

<!-- AUTO-DOC-INPUT:END -->

Expand Down
16 changes: 8 additions & 8 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|---------------------|-------------------------------------------------------------------------------------|
| base_sha | string | false | | Specify a base commit SHA<br>used for comparing changes |
| files | string | false | | Check for changes using only<br>this list of files (Defaults<br>to the entire repo) |
| path | string | false | | Specify a relative path under<br>$GITHUB_WORKSPACE to locate the repository<br> |
| separator | string | true | `\|` | Split character for array output<br> |
| sha | string | true | ${{ github.sha }} | Specify a current commit SHA<br>used for comparing changes |
| token | string | true | ${{ github.token }} | Github token or Repo Scoped<br>Personal Access Token |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-------------------------|-------------------------------------------------------------------------------------|
| base_sha | string | false | | Specify a base commit SHA<br>used for comparing changes |
| files | string | false | | Check for changes using only<br>this list of files (Defaults<br>to the entire repo) |
| path | string | false | | Specify a relative path under<br>$GITHUB_WORKSPACE to locate the repository<br> |
| separator | string | true | `"\|`" | Split character for array output<br> |
| sha | string | true | `"${{ github.sha }}`" | Specify a current commit SHA<br>used for comparing changes |
| token | string | true | `"${{ github.token }}`" | Github token or Repo Scoped<br>Personal Access Token |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit 210eeea

Please sign in to comment.