We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050dae commit dbfc7daCopy full SHA for dbfc7da
dist/index.js
@@ -43,6 +43,7 @@ const getChangedFiles = async (base, head) => {
43
return reject(new Error(error.message));
44
if (stderr)
45
return reject(new Error(stderr));
46
+ console.log('changed files', stdout);
47
resolve(stdout);
48
});
49
0 commit comments