mirror of https://github.com/actions/toolkit
retires
parent
c07cd3b44d
commit
5a97107fca
|
@ -128,8 +128,10 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await ioUtil.rm(inputPath, {
|
await ioUtil.rm(inputPath, {
|
||||||
|
force: true,
|
||||||
|
maxRetries: 3,
|
||||||
recursive: true,
|
recursive: true,
|
||||||
force: true
|
retryDelay: 200
|
||||||
})
|
})
|
||||||
|
|
||||||
// const cmdPath = ioUtil.getCmdPath()
|
// const cmdPath = ioUtil.getCmdPath()
|
||||||
|
|
Loading…
Reference in New Issue