Skip to content

Commit d763190

Browse files
committed
[ts] Add debug logging
1 parent 4fa6340 commit d763190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript/src/main.ts

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

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

0 commit comments

Comments
 (0)