mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-08 08:19:53 +00:00
Fix failing test and update dist
This commit is contained in:
@ -12,7 +12,7 @@ async function run(): Promise<void> {
|
||||
|
||||
core.setOutput('time', new Date().toTimeString())
|
||||
} catch (error) {
|
||||
if (err instanceof Error) core.setFailed(error.message)
|
||||
if (error instanceof Error) core.setFailed(error.message)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user