From d27c1154d5570a6c2b7616ba3181f098474751d4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Feb 2022 22:35:40 -0500 Subject: [PATCH] Updated README.md (#373) Co-authored-by: jackton1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9f99bca..9bf5edab 100644 --- a/README.md +++ b/README.md @@ -128,11 +128,11 @@ Support this project with a :star: | 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 changes
using only these
list of file(s)
(Defaults to the
entire repo) | -| files_separator | string | false | `'\n'` | Separator used to split the
`files` input | +| files\_separator | string | false | `'\n'` | Separator used to split the
`files` input | | files\_from\_source\_file | `string` | `false` | | Source file(s)
used to populate
the `files` input | -| files_ignore | string | false | | Ignore changes to these file(s) | -| files_ignore_separator | string | false | `'\n'` | Separator used to split the
`files-ignore` input | -| files_ignore\_from\_source\_file | `string` | `false` | | Source file(s)
used to populate
the `files_ignore` input | +| files\_ignore | string | false | | Ignore changes to these file(s) | +| files\_ignore\_separator | string | false | `'\n'` | Separator used to split the
`files-ignore` input | +| files\_ignore\_from\_source\_file | `string` | `false` | | Source file(s)
used to populate
the `files_ignore` input | | sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA
used for
comparing changes | | base\_sha | `string` | `false` | | Specify a different
base commit SHA
used for
comparing changes | | path | `string` | `false` | | Relative path under
`GITHUB_WORKSPACE`
to the repository |