mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-16 05:59:29 +02:00
Update generated content
This commit is contained in:
parent
40262d1ab9
commit
86da9e33a4
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -68,11 +68,11 @@ function getInputList(name, ignoreComma) {
|
|||||||
if (items == '') {
|
if (items == '') {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
for (let output of (sync_1.default(items, {
|
for (let output of sync_1.default(items, {
|
||||||
columns: false,
|
columns: false,
|
||||||
relaxColumnCount: true,
|
relaxColumnCount: true,
|
||||||
skipLinesWithEmptyValues: true
|
skipLinesWithEmptyValues: true
|
||||||
}))) {
|
})) {
|
||||||
if (output.length == 1) {
|
if (output.length == 1) {
|
||||||
res.push(output[0]);
|
res.push(output[0]);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user