From e59fd699f177cadbae5128310adfa3b41847ebfb Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Mon, 19 Dec 2022 02:47:37 +0000 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa05ddccb..e39088b97 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Search for files matching [glob patterns](https://docs.github.com/en/actions/lea |-------------------------------------------|--------|----------|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------| | base-ref | string | false | `"${{ github.base_ref }}"` | Specify a base ref used for comparing
changes, when `include-deleted-files` is set to `true`
| | base-sha | string | false | | Specify a base commit SHA used for
comparing changes, when `include-deleted-files` is set to
`true` | +| diff | string | false | | Specify a diff string .. or ...
used for comparing changes, when `include-deleted-files` is
set to `true` | | escape-paths | string | false | `"false"` | Escape special characters of filenames 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
|