mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Add core to README
This commit is contained in:
parent
dc16f26602
commit
e4cc5a8d47
1 changed files with 1 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue