File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,16 @@ The following arguments will be provided:
19
19
- ` io ` A reference to the [ @actions/io ] ( https://github.com/actions/toolkit/tree/main/packages/io ) package
20
20
- ` exec ` A reference to the [ @actions/exec ] ( https://github.com/actions/toolkit/tree/main/packages/exec ) package
21
21
- ` require ` A proxy wrapper around the normal Node.js ` require ` to enable
22
- - 'se' A library for resusbale functions
23
- requiring relative paths (relative to the current working directory) and
24
- requiring npm packages installed in the current working directory. If for
25
- some reason you need the non-wrapped ` require ` , there is an escape hatch
26
- available: ` __original_require__ ` is the original value of ` require ` without
27
- our wrapping applied.
22
+ - ` se ` A library for resusbale functions
23
+ - ` createMetaJson ` Create meta.json files for all deployable component
24
+ - ` startCheck ` Helper method to create a check without annotations
25
+ - ` completeCheck ` Helper method to finish a check without annotations
26
+
27
+ requiring relative paths (relative to the current working directory) and
28
+ requiring npm packages installed in the current working directory. If for
29
+ some reason you need the non-wrapped ` require ` , there is an escape hatch
30
+ available: ` __original_require__ ` is the original value of ` require ` without
31
+ our wrapping applied.
28
32
29
33
Since the ` script ` is just a function body, these values will already be
30
34
defined, so you don't have to import them (see examples below).
You can’t perform that action at this time.
0 commit comments