Skip to content

Commit 3689752

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

+7
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,13 @@ async function runActionWithWitness(actionDir, witnessOptions) {
513513
core.info(`Running witness command: ${commandString}`);
514514

515515
// Set up options for execution
516+
517+
//debug print env vars
518+
console.log("Environment variables for nested action:");
519+
console.log
520+
for (const key in envVars) {
521+
console.log(key + ": " + envVars[key]);
522+
}
516523
const execOptions = {
517524
cwd: actionDir,
518525
env: process.env,

0 commit comments

Comments
 (0)