test: ctx

This commit is contained in:
元凛
2022-02-10 10:20:25 +08:00
parent 25d60061fc
commit 733de0e514
2 changed files with 19 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ export class IssueHelperEngine implements IIssueHelperEngine {
}
private initInput(ctx: Context) {
console.log(JSON.stringify(ctx))
// No display to outside
const repoInput = core.getInput('repo');
if (repoInput) {