Skip to content

Commit

Permalink
Merge pull request #52 from jasonmacgowan/feature/include-io
Browse files Browse the repository at this point in the history
Include @actions/io
  • Loading branch information
jclem authored May 20, 2020
2 parents 048309c + 287e10e commit 7ec2818
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading

0 comments on commit 7ec2818

Please sign in to comment.