mirror of https://github.com/actions/toolkit
try quiet mode
parent
f13d18d494
commit
143b802c0a
|
@ -145,7 +145,7 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||||
} else {
|
} else {
|
||||||
result = childProcess.spawn(
|
result = childProcess.spawn(
|
||||||
cmdPath,
|
cmdPath,
|
||||||
['/s', '/c', '"del /f /a "%inputPath%""'],
|
['/s', '/c', '"del /f /q /a "%inputPath%""'],
|
||||||
{
|
{
|
||||||
env: {inputPath}
|
env: {inputPath}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue