fix: adjust core

This commit is contained in:
元凛
2022-02-10 10:57:22 +08:00
parent 20dffb5f1d
commit 10d7255209
4 changed files with 9 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ import type { TAction } from './types';
async function main() {
try {
const actions = core.getInput('actions', { required: true }) as string;
const actions = core.getInput('actions', { required: true });
console.log(actions)
const IHE = new IssueHelperEngine(github.context);
for (const action of dealStringToArr(actions)) {