We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4ec54 commit 9b31c14Copy full SHA for 9b31c14
src/diflow.ts
@@ -29,6 +29,7 @@ program
29
clear: options.clear,
30
secret: options.secret ?? process.env.DIFLOW_GIT_SECRET,
31
});
32
+ console.log('GOT SECRET:', options.secret ?? process.env.DIFLOW_GIT_SECRET);
33
processor.process();
34
console.log('Processing complete.');
35
0 commit comments