Skip to content

Commit 7693711

Browse files
committed
.
1 parent 5d7bf47 commit 7693711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ async function runActionWithWitness(actionDir, witnessOptions) {
480480
// Set up options for execution
481481
const execOptions = {
482482
cwd: actionDir,
483+
env: process.env,
483484
listeners: {
484485
stdout: (data) => {
485486
process.stdout.write(data.toString());

0 commit comments

Comments
 (0)