toolkit/packages/exit/README.md
Jonathan Clem cca9523c73
Add the "@actions/exit" package
It is useful to have the exit logic separated into its own package
2019-04-20 10:52:56 -04:00

12 lines
123 B
Markdown

# `@actions/exit`
> TODO: description
## Usage
```
const exit = require('@actions/exit');
// TODO: DEMONSTRATE API
```