mirror of
https://git.mirrors.martin98.com/https://github.com/actions/checkout
synced 2026-04-22 14:58:04 +08:00
update dev dependencies and react to new linting rules (#611)
This commit is contained in:
@@ -29,7 +29,7 @@ export class RetryHelper {
|
||||
try {
|
||||
return await action()
|
||||
} catch (err) {
|
||||
core.info(err.message)
|
||||
core.info((err as any)?.message)
|
||||
}
|
||||
|
||||
// Sleep
|
||||
|
||||
Reference in New Issue
Block a user