This commit is contained in:
Deepak Dahiya 2022-05-04 13:46:41 +00:00 committed by GitHub
parent 12086c7bbf
commit 60742c2acf
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ async function run(): Promise<void> {
} }
} }
} catch (error: unknown) { } catch (error: unknown) {
core.setFailed((error as Error ).message); core.setFailed((error as Error).message);
} }
} }