mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 16:29:42 +00:00
Increase error stack logging to info for autodl.
This commit is contained in:
@@ -46,7 +46,7 @@ export async function runAutodl(github: Octokit, core: typeof CoreApi, context:
|
||||
await download();
|
||||
} catch (error) {
|
||||
core.error((error as Error).message);
|
||||
core.debug((error as Error).stack!);
|
||||
core.info((error as Error).stack!);
|
||||
}
|
||||
|
||||
core.endGroup();
|
||||
|
||||
Reference in New Issue
Block a user