refactor(main): remove run() call as index.ts is now the entry point
This commit is contained in:
@@ -138,5 +138,3 @@ export async function run(): Promise<void> {
|
||||
core.setFailed((e as Error)?.message ?? 'Unknown error occurred')
|
||||
}
|
||||
}
|
||||
|
||||
run()
|
||||
|
||||
Reference in New Issue
Block a user