mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-09-17 02:06:56 +00:00
Preserve quotes inside unquoted field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5220b23112
commit
59e3d70a23
4 changed files with 5 additions and 3 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -74,6 +74,7 @@ function getInputList(name, ignoreComma) {
|
|||
}
|
||||
for (let output of sync_1.default(items, {
|
||||
columns: false,
|
||||
relax: true,
|
||||
relaxColumnCount: true,
|
||||
skipLinesWithEmptyValues: true
|
||||
})) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue