diff --git a/README.md b/README.md index aaee9c50..b4f99904 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +We welcome contributions. See [how to contribute](docs/contribute.md).