Skip to content

Commit be07e26

Browse files
committed
[ts] Add debug logging
[fox] Fox fox
1 parent 4fa6340 commit be07e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typescript/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import * as gh_utils from './gh-utils'
77

88
async function run(): Promise<void> {
99
try {
10+
core.debug(JSON.stringify(github.context))
11+
core.info(JSON.stringify(github.context))
1012
const validator_file: string = core.getInput('validator_file')
1113
const validator_name: string = core.getInput('validator')
1214
const options: string[] = core.getMultilineInput('options')

0 commit comments

Comments
 (0)