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 d1fe5e5 commit 4649a2bCopy full SHA for 4649a2b
if-changed.js
@@ -4,6 +4,7 @@ const child_process = require('child_process');
4
const path = require('path');
5
6
const currentPath = path.relative(__dirname, process.cwd());
7
+console.log('path: ', currentPath);
8
9
const result = child_process
10
.execSync('git diff --name-only origin/master... | cat')
0 commit comments