1
0
Fork 0

Add existing packages to README.md

pull/20/head
Jonathan Clem 2019-06-14 11:43:06 -04:00 committed by GitHub
parent e3317c6632
commit 135f320c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,7 +4,11 @@
| Package | Description | | Package | Description |
| ------- | ----------- | | ------- | ----------- |
| [@actions/core](packages/core) | Core functions for setting results, logging, secrets and environment variables |
| [@actions/exec](packages/exec) | Functions necessary for running tools on the command line |
| [@actions/exit](packages/exit) | Provides utilities for exiting from an action | | [@actions/exit](packages/exit) | Provides utilities for exiting from an action |
| [@actions/io](packages/io) | Core functions for CLI filesystem scenarios |
| [@actions/tool-cache](packages/tool-cache) | Functions necessary for downloading and caching tools |
| [@actions/toolkit](packages/toolkit) | A general-purpose toolkit for writing actions | | [@actions/toolkit](packages/toolkit) | A general-purpose toolkit for writing actions |
## Development ## Development