diff --git a/README.md b/README.md index e929cc63..a08fe40a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ jobs: |:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:| | token | `string` | `false` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | | separator | `string` | `true` | `' '` | Output string separator | -| files | `string` OR `string[]` | `false` | | Restricted list or string of specific
files or filename to watch for changes | +| files | `string` OR `string[]` | `false` | | Restricted list
or string of specific
files or filename
to watch for changes | ## Example