We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048309c + 287e10e commit 7ec2818Copy full SHA for 7ec2818
6 files changed
README.md
@@ -12,6 +12,7 @@ arguments will be provided:
12
- `context` An object containing the [context of the workflow
13
run](https://github.com/actions/toolkit/tree/master/packages/github)
14
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/master/packages/core) package
15
+- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/master/packages/io) package
16
17
Since the `script` is just a function body, these values will already be
18
defined, so you don't have to (see examples below).
0 commit comments