From c180dde2ab341065efb0e4bca5cdcdbf69547664 Mon Sep 17 00:00:00 2001 From: Ali Naci Erdem Date: Sun, 20 Oct 2024 10:47:43 +0300 Subject: [PATCH] Remove potentially unnecessary shell --- modules/actions/exec.js | 4 ---- 1 file changed, 4 deletions(-) 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, } )