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 4a1f8b7 + cfdb9e9 commit d22fbc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| 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 |
| 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 |
Expand Down

0 comments on commit d22fbc8

Please sign in to comment.