1
0
Fork 0
toolkit/packages/core
Jonathan Clem b05738788e
Rename command import in core.ts
2019-05-21 15:26:44 -04:00
..
__tests__ set-env instead of set-variable 2019-05-21 14:40:57 -04:00
src Rename command import in core.ts 2019-05-21 15:26:44 -04:00
README.md Fix .tsx typo 2019-05-21 11:07:42 -04:00
package-lock.json starting on core 2019-05-16 23:36:45 -04:00
package.json Use ExitCode from @actions/exit 2019-05-21 12:00:23 -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.ts.