diff --git a/modules/actions/exec.js b/modules/actions/exec.js index 42177b7..ab5afbd 100644 --- a/modules/actions/exec.js +++ b/modules/actions/exec.js @@ -112,10 +112,6 @@ const exec = async (info) => { // spawnProcess defaults does not apply to dockerExec so we need to // provide these explicitly here. inheritStderr: true, - spawnOptions: { - ...opts.spawnOptions, - shell: true, - }, ...opts, } )