Skip to content

Commit

Permalink
Merge branch 'chore/wrap-long-words' of github.com:tj-actions/auto-do…
Browse files Browse the repository at this point in the history
…c into chore/wrap-long-words
  • Loading branch information
jackton1 committed Dec 23, 2021
2 parents 1949906 + c8b3add commit 5a86061
Showing 1 changed file with 8 additions and 8 deletions.
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 | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|----------|---------------------|-------------------------------------------------------------------------------|
| base_sha | false | | Specify a base commit SHA on used for comparing changes |
| files | false | | Check for changes using only this list of files (Defaults to the entire repo) |
| path | false | | Specify a relative path under $GITHUB_WORKSPACE to locate the repository |
| separator | true | | Split character for array output |
| sha | true | ${{ github.sha }} | Specify a current commit SHA used for comparing changes |
| token | true | ${{ github.token }} | Github token or Repo Scoped Personal Access Token |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|---------------------|-------------------------------------------------------------------------------|
| base_sha | string | false | | Specify a base commit SHA on used for comparing changes |
| files | string | false | | Check for changes using only this list of files (Defaults to the entire repo) |
| path | string | false | | Specify a relative path under $GITHUB_WORKSPACE to locate the repository |
| separator | string | true | | Split character for array output |
| sha | string | true | ${{ github.sha }} | Specify a current commit SHA used for comparing changes |
| token | string | true | ${{ github.token }} | Github token or Repo Scoped Personal Access Token |

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

Expand Down

0 comments on commit 5a86061

Please sign in to comment.