This commit is contained in:
2024-08-10 14:37:57 +09:00
parent 2fecd697b6
commit 5ab29d1449
@@ -26,7 +26,7 @@ jobs:
var tags = []
for (let [key, value] of Object.entries(jsonData.projects)) {
console.log(execSync("pwd"))
console.log(execSync("pwd",{encoding: 'utf8'}))
const command = "git diff " + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
const output = execSync(command, {encoding: 'utf8'});
if (output.length != 0) {