Skip to content

Commit 4f70f2f

Browse files
committed
8gf8fg8f8f
1 parent 7f0088f commit 4f70f2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scanners/diffScan.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ async function scanDiff({
1212
}) {
1313
console.log('Running diff scan for changed files');
1414

15+
const commitSha = process.env.GITHUB_SHA;
16+
17+
console.log(`commitSha ${commitSha}`);
18+
1519
const git = simpleGit(repoPath);
1620

1721
// Отримуємо змінені файли з останнього коміту

0 commit comments

Comments
 (0)