mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-02 16:53:17 +08:00
retires
This commit is contained in:
@@ -128,8 +128,10 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
|
||||
try {
|
||||
await ioUtil.rm(inputPath, {
|
||||
force: true,
|
||||
maxRetries: 3,
|
||||
recursive: true,
|
||||
force: true
|
||||
retryDelay: 200
|
||||
})
|
||||
|
||||
// const cmdPath = ioUtil.getCmdPath()
|
||||
|
||||
Reference in New Issue
Block a user