mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-04 05:28:06 +08:00
Add docs and tests
This commit is contained in:
@@ -59,6 +59,8 @@ $ npm install @actions/io --save
|
||||
|
||||
Provides functions for downloading and caching tools. e.g. setup-* actions. Read more [here](packages/tool-cache)
|
||||
|
||||
See @actions/cache for caching workflow dependencies.
|
||||
|
||||
```bash
|
||||
$ npm install @actions/tool-cache --save
|
||||
```
|
||||
@@ -84,7 +86,7 @@ $ npm install @actions/artifact --save
|
||||
|
||||
:dart: [@actions/cache](packages/cache)
|
||||
|
||||
Provides functions to cache dependencies and build outputs to improve workflow execution time.. Read more [here](packages/cache)
|
||||
Provides functions to cache dependencies and build outputs to improve workflow execution time. Read more [here](packages/cache)
|
||||
|
||||
```bash
|
||||
$ npm install @actions/cache --save
|
||||
|
||||
Reference in New Issue
Block a user