This website requires JavaScript.
Explore
Help
Sign In
actions
/
toolkit
mirror of
https://github.com/actions/toolkit
Watch
1
Star
0
Fork
You've already forked toolkit
0
Code
71a9b2d3ed
toolkit
/
packages
/
exit
/
README.md
7 lines
81 B
Markdown
Raw
Normal View
History
Unescape
Escape
Add the "@actions/exit" package It is useful to have the exit logic separated into its own package
2019-04-20 14:52:56 +00:00
# `@actions/exit`
>
TODO: description
## Usage
Add links to code in package READMEs Intsead of having to update the READMEs for each package whenever TypeScript signatures change, link directly to the TypeScript code. Later, we can run a Typedoc server, perhaps.
2019-05-21 15:05:50 +00:00
See [
src/exit.ts
](
src/exit.ts
).