8000 Merge pull request #52 from jasonmacgowan/feature/include-io · rxmarbles/github-script@7ec2818 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ec2818

Browse files
authored
Merge pull request actions#52 from jasonmacgowan/feature/include-io
Include @actions/io
2 parents 048309c + 287e10e commit 7ec2818

File tree

6 files changed

+516
-3
lines changed

6 files changed

+516
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ arguments will be provided:
1212
- `context` An object containing the [context of the workflow
1313
run](https://github.com/actions/toolkit/tree/master/packages/github)
1414
- `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
1516

1617
Since the `script` is just a function body, these values will already be
1718
defined, so you don't have to (see examples below).

0 commit comments

Comments
 (0)
0