Update for deprecationn of Node.js 12 and set-output

This commit is contained in:
mtkennerly 2022-10-31 14:04:38 +08:00
parent f33a36717a
commit 0476fd5931
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
7 changed files with 2695 additions and 231 deletions

View file

@ -33,5 +33,8 @@ function main(): void {
try {
main();
} catch (error) {
core.setFailed(error.message);
core.setFailed(
// @ts-ignore
error.message
);
}