From a22f734463daeda370e11223048840d41e0f32f4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 17 Jul 2021 11:49:12 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40c6a18e..1ab1bcac 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,9 @@ 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 changes
using only these
list of file(s)
(Defaults to the
entire repo) | -| base_sha | `string` | `false` | | Specify a different
base commit SHA used
for comparing changes | -| sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA used
for comparing changes | -| files_from_source_file | `string` | `false` | | Source file used populate
the files input. | +| base_sha | `string` | `false` | | Specify a different
base commit SHA
used for
comparing changes | +| sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA
used for
comparing changes | +| files_from_source_file | `string` | `false` | | Source file
used to populate
the files input | ## Example