From b84b6ca11b3d7428ed0ffd33800e2e55b04d84df Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 4 Nov 2021 01:55:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdbc5c17..55150c39 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ jobs: | 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` for push event.
(Defaults to the previous commit). | +| since\_last\_remote\_commit | `string` | `false` | `false` | Use the last commit on the remote
branch as the `base_sha`.
(Defaults to the previous commit). | ## Example