mirror of https://github.com/usbharu/Hideout.git
wip
This commit is contained in:
parent
53a4953c07
commit
1fbe3356fc
|
@ -32,7 +32,8 @@ jobs:
|
|||
console.log(execSync("git branch", {encoding: 'utf8'}))
|
||||
const command = "git diff origin/" + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
|
||||
const output = execSync(command, {encoding: 'utf8'});
|
||||
if (output.length != 0) {
|
||||
console.log(output)
|
||||
if (output.length !== 0) {
|
||||
tags.push(value)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue