1
0
Fork 0

Add github package to readme

pull/46/head
Danny McCormick 2019-08-12 14:28:37 -04:00 committed by GitHub
parent ac5434c423
commit 079812ed8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The toolkit provides a set of packages to make creating actions easier and drive
## Packages
The toolkit provides four separate packages. Since actions are run by pulling actions from the github graph, dependencies including the packages are vendored into your action.
The toolkit provides five separate packages. Since actions are run by pulling actions from the github graph, dependencies including the packages are vendored into your action.
| Package | Description |
| ------- | ----------- |
@ -17,6 +17,7 @@ The toolkit provides four separate packages. Since actions are run by pulling a
| [@actions/exec](packages/exec) | Functions necessary for running tools on the command line |
| [@actions/io](packages/io) | Core functions for CLI filesystem scenarios |
| [@actions/tool-cache](packages/tool-cache) | Functions necessary for downloading and caching tools |
| [@actions/github](packages/github) | An Octokit client hydrated with the context that the current action is being run in |
## Creating an Action with the Toolkit
@ -34,4 +35,4 @@ Actions are units of work which can either run in a container or on the host mac
## Contributing
We welcome contributions. See [how to contribute](docs/contribute.md).
We welcome contributions. See [how to contribute](docs/contribute.md).