Skip to content

Commit 256be18

Browse files
committed
[fox] Fox fox
1 parent d763190 commit 256be18

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
@@ -8,6 +8,7 @@ import * as gh_utils from './gh-utils'
88
async function run(): Promise<void> {
99
try {
1010
core.debug(JSON.stringify(github.context))
11+
core.info(JSON.stringify(github.context))
1112
const validator_file: string = core.getInput('validator_file')
1213
const validator_name: string = core.getInput('validator')
1314
const options: string[] = core.getMultilineInput('options')

0 commit comments

Comments
 (0)