mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-22 03:35:44 +08:00
fix: console
This commit is contained in:
@@ -9,10 +9,8 @@ import type { TAction } from './types';
|
||||
async function main() {
|
||||
try {
|
||||
const actions = core.getInput('actions', { required: true });
|
||||
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