mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-04-01 13:28:18 +01:00
chore: reconcile type errors
This commit is contained in:
@@ -8,7 +8,7 @@ async function run() {
|
||||
await installer.getMaven(version);
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed((error as Error).message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user