Skip to content

Commit a1a9546

Browse files
author
Cole Kennedy
committed
.
1 parent 61fe81c commit a1a9546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ async function runActionWithWitness(actionDir, witnessOptions) {
515515
// Set up options for execution
516516
const execOptions = {
517517
cwd: actionDir,
518-
env: envVars,
518+
env: process.env,
519519
listeners: {
520520
stdout: (data) => {
521521
process.stdout.write(data.toString());

0 commit comments

Comments
 (0)