mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
Add the "@actions/exit" package
It is useful to have the exit logic separated into its own package
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# `@actions/exit`
|
||||
|
||||
> TODO: description
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
const exit = require('@actions/exit');
|
||||
|
||||
// TODO: DEMONSTRATE API
|
||||
```
|
||||
Reference in New Issue
Block a user