mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-19 03:18:57 +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 == '') {
|
||||
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…
Add table
Add a link
Reference in a new issue