mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 05:38:56 +08:00
Update generated content
This commit is contained in:
parent
40262d1ab9
commit
86da9e33a4
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue