From 51a1c2074db6d461d40224ed46dc5c5bb1990353 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 21 Jun 2021 18:35:17 -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 879b5502..e6a439b2 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,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` | | Check for file changes
for all files listed
(Defaults to the entire repo) | +| files | `string` OR `string[]` | `false` | | Check for changes
using only this list of files
(Defaults to the entire repo) | ## Example