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