diff --git a/README.md b/README.md index 55150c39..f3b37b23 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`.
(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).
NOTE: This requires
`fetch-depth: 0`| ## Example