mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-22 15:50:12 +00:00
wip
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
const command = "git diff origin/" + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
|
||||
const output = execSync(command, {encoding: 'utf8'});
|
||||
console.log(output)
|
||||
if (output.length !== 0) {
|
||||
if (output.trim() === '') {
|
||||
tags.push(value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user