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 Dec 23, 2021
1 parent a570770 commit cfdb9e9
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 cfdb9e9

Please sign in to comment.