cca9523c73
It is useful to have the exit logic separated into its own package
12 lines
123 B
Markdown
12 lines
123 B
Markdown
# `@actions/exit`
|
|
|
|
> TODO: description
|
|
|
|
## Usage
|
|
|
|
```
|
|
const exit = require('@actions/exit');
|
|
|
|
// TODO: DEMONSTRATE API
|
|
```
|