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 d763190Copy full SHA for d763190
typescript/src/main.ts
@@ -7,6 +7,7 @@ import * as gh_utils from './gh-utils'
7
8
async function run(): Promise<void> {
9
try {
10
+ core.debug(JSON.stringify(github.context))
11
const validator_file: string = core.getInput('validator_file')
12
const validator_name: string = core.getInput('validator')
13
const options: string[] = core.getMultilineInput('options')
0 commit comments