1 parent 91ab5c0 commit bfbaf28Copy full SHA for bfbaf28
1 file changed
typescript/src/main.ts
@@ -9,6 +9,7 @@ async function run(): Promise<void> {
9
try {
10
core.debug(JSON.stringify(github.context))
11
core.info(JSON.stringify(github.context))
12
+
13
const validator_file: string = core.getInput('validator_file')
14
const validator_name: string = core.getInput('validator')
15
const options: string[] = core.getMultilineInput('options')
0 commit comments