From 7a799a583efd08969d0b26803ae2b4c532e64f3c Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 6 Nov 2022 15:54:10 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bcc52d..2112745f 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Support this project with a :star: | path | string | false | `"."` | Specify a relative path under
`$GITHUB_WORKSPACE` to locate the repository.
| | quotepath | string | false | `"true"` | Use non ascii characters to
match files and output the
filenames completely verbatim by setting
this to `false` | | separator | string | false | `" "` | Split character for output strings
| -| sha | string | true | `"${{ github.sha }}"` | Specify a different commit SHA
used for comparing changes | +| sha | string | false | `"${{ github.sha }}"` | Specify a different commit SHA
used for comparing changes | | since | string | false | | Get changed files for commits
whose timestamp is older than
the given time. | | until | string | false | | Get changed files for commits
whose timestamp is earlier than
the given time. |