mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-15 21: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 == '') {
|
||||
return res;
|
||||
}
|
||||
for (let output of (sync_1.default(items, {
|
||||
for (let output of sync_1.default(items, {
|
||||
columns: false,
|
||||
relaxColumnCount: true,
|
||||
skipLinesWithEmptyValues: true
|
||||
}))) {
|
||||
})) {
|
||||
if (output.length == 1) {
|
||||
res.push(output[0]);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user