We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa6340 commit be07e26Copy full SHA for be07e26
typescript/src/main.ts
@@ -7,6 +7,8 @@ import * as gh_utils from './gh-utils'
7
8
async function run(): Promise<void> {
9
try {
10
+ core.debug(JSON.stringify(github.context))
11
+ core.info(JSON.stringify(github.context))
12
const validator_file: string = core.getInput('validator_file')
13
const validator_name: string = core.getInput('validator')
14
const options: string[] = core.getMultilineInput('options')
0 commit comments