mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 08:49:07 +08:00
retires
This commit is contained in:
parent
c07cd3b44d
commit
5a97107fca
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user