Include @actions/io

This commit is contained in:
Jason Macgowan
2020-05-18 15:56:00 -04:00
parent 048309c447
commit b2c461f3a2
6 changed files with 517 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ arguments will be provided:
- `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
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/master/packages/io) package
Since the `script` is just a function body, these values will already be
defined, so you don't have to (see examples below).