diff --git a/dist/index.js b/dist/index.js index a58897f..3c6e151 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6673,7 +6673,7 @@ async function run() { core.addPath(pathToCLI); } const inputs = enumerateInputs(); - const args = Object.entries(inputs).map(([key, value]) => `--${key}="${value}"`); + const args = Object.entries(inputs).map(([key, value]) => `--${key}=${value}`); core.startGroup(`Running junit-reducer with arguments: `); core.info(Object.entries(inputs) .map(([key, value]) => `${key}: ${value}`)