diff --git a/README.md b/README.md
index fd0d0552..7af5e285 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ jobs:
| token | `string` | `false` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
| separator | `string` | `true` | `' '` | Output string separator |
| files | `string` OR `string[]` | `false` | | Check for changes
using only these list of file(s)
(Defaults to the entire repo) |
+| sha | `sha` | `true` | `${{ github.sha }}` | Specify a different
commit SHA used for comparing changes |
## Example