mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09:00
Add existing packages to README.md
This commit is contained in:
parent
e3317c6632
commit
135f320c0a
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,11 @@
|
|||
|
||||
| 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/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 |
|
||||
|
||||
## Development
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue