Fix failing test and update dist
This commit is contained in:
+1
-1
@@ -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