diff --git a/README.md b/README.md index cd5c617..5b94ec5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ be provided: [octokit/rest.js](https://github.com/octokit/rest.js) client - `context` An object containing the [context of the workflow run](https://github.com/actions/toolkit/tree/master/packages/github) +- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/master/packages/core) package Since the `script` is just a function body, these values will already be defined, so you don't have to (see examples below).