1
0
Fork 0

Add info about new @actions/artifact package

pull/362/head
Konrad Pabjan 2020-02-20 15:05:07 -05:00 committed by GitHub
parent 41157b23c7
commit d17d4a9163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

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