Update README.md

This commit is contained in:
Tonye Jack 2021-05-07 17:45:37 -04:00 committed by GitHub
parent abde5f3ab5
commit da947a8087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,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) <br /> or a repo scoped <br /> [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 of specific <br> files to watch for changes |
| files | `string` OR `string[]` | `false` | | Restricted list or string of specific <br> files or filename to watch for changes |
## Example