Skip to content

Commit c08f8ef

Browse files
author
Cole Kennedy
committed
.
1 parent 3689752 commit c08f8ef

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
@@ -522,7 +522,7 @@ async function runActionWithWitness(actionDir, witnessOptions) {
522522
}
523523
const execOptions = {
524524
cwd: actionDir,
525-
env: process.env,
525+
env: envVars,
526526
listeners: {
527527
stdout: (data) => {
528528
process.stdout.write(data.toString());

0 commit comments

Comments
 (0)