From abde5f3ab579b6ef3b506a241ab9c8e450057e83 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 7 May 2021 17:37:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0583d4e..ae33a042 100644 --- a/README.md +++ b/README.md @@ -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)
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 of specific
files to watch for changes | +| files | `string` OR `string[]` | `false` | | Restricted list of specific
files to watch for changes | ## Example