mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-01 01:08:05 +08:00
try quiet mode
This commit is contained in:
@@ -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}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user