mirror of
https://github.com/actions/toolkit.git
synced 2026-08-25 00:00:27 +02: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