This commit is contained in:
usbharu 2024-08-10 14:37:03 +09:00
parent 8d9a6e5426
commit 2fecd697b6
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
var tags = []
for (let [key, value] of Object.entries(jsonData.projects)) {
console.log(execSync("pwd"))
const command = "git diff " + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
const output = execSync(command, {encoding: 'utf8'});
if (output.length != 0) {