1
0
Fork 0
toolkit/packages/core
Jonathan Clem c999afbce1
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 11:05:50 -04:00
..
__tests__ Format lib.test.ts 2019-05-21 10:11:39 -04:00
src Fix ESLint errors 2019-05-21 10:54:28 -04:00
README.md Add links to code in package READMEs 2019-05-21 11:05:50 -04:00
package-lock.json starting on core 2019-05-16 23:36:45 -04:00
package.json Add tests, getInput should be case-insensitive and trim output 2019-05-17 10:31:07 -04:00
tsconfig.json Add Bryan's core code 2019-05-16 16:40:21 -04:00

README.md

@actions/core

Core functions for setting results, logging, registering secrets and exporting variables across actions

Usage

See src/core.tsx.