From b9eb7b806613bfc02f581e308a91424181c758eb Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 29 Mar 2022 11:05:37 +0000 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e40ed15b..7e7e26c53 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Search for files matching [glob patterns](https://docs.github.com/en/actions/lea | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |-------------------------------------------|--------|----------|-----------------------------|------------------------------------------------------------------------------------------------------------------| | base-sha | string | false | | Specify a base commit SHA
used for comparing changes, when
`include-deleted-files` is set to `true`
| +| escape-paths | string | false | `"false"` | Escape special characters used in
the `paths` output | | excluded-files | string | false | | Excluded file patterns (optionally include
`!` before the file pattern
or it would be prepended)
| | excluded-files-from-source-file | string | false | | Source file to populate the
`excluded-files` input | | excluded-files-from-source-file-separator | string | false | `"\n"` | Separator used to split the
`excluded-files-from-source-file` input |