From 243fa3239552971a58602494136a4dd3575f1c35 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 5 Dec 2021 09:01:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95dd4332..505713ac 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Support this project with a :star: | 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 | | path | `string` | `false` | | Relative path under
`GITHUB_WORKSPACE`
to the repository | -| since\_last\_remote\_commit | `string` | `false` | `false` | Use the last commit on the remote
branch as the `base_sha`.
(Defaults to the previous commit).
NOTE: This requires
`fetch-depth: 0`| +| since\_last\_remote\_commit | `string` | `false` | `false` | Use the last commit on the remote
branch as the `base_sha`
(Defaults to the previous commit).
NOTE: This requires
using `fetch-depth: 0`
with `actions/checkout@v2` | ## Example