Initial commit to create @actions/cache package

This commit is contained in:
Aiqiao Yan
2020-05-06 11:10:18 -04:00
parent 0471ed4ad7
commit 932779cf58
19 changed files with 1763 additions and 0 deletions

View File

@@ -82,6 +82,15 @@ $ npm install @actions/artifact --save
```
<br/>
:dart: [@actions/cache](packages/cache)
Provides functions to interact with actions cache. Read more [here](packages/cache)
```bash
$ npm install @actions/artifact --save
```
<br/>
## Creating an Action with the Toolkit
:question: [Choosing an action type](docs/action-types.md)