mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-24 04:29:11 +08:00
test: con
This commit is contained in:
@@ -9,8 +9,10 @@ import type { TAction } from './types';
|
||||
async function main() {
|
||||
try {
|
||||
const actions = core.getInput('actions', { required: true }) as string;
|
||||
console.log(actions)
|
||||
const IHE = new IssueHelperEngine(github.context);
|
||||
for (const action of dealStringToArr(actions)) {
|
||||
console.log(action)
|
||||
await IHE.doExeAction(action as TAction);
|
||||
}
|
||||
core.baseInfo(`\n${THANKS}`);
|
||||
|
Reference in New Issue
Block a user