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 d763190 commit 256be18Copy full SHA for 256be18
typescript/src/main.ts
@@ -8,6 +8,7 @@ import * as gh_utils from './gh-utils'
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