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