mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 18:55:47 +08:00
fix: adjust core
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user