mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 09:56:46 +00:00
Preserve quotes inside unquoted field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
95f997534a
commit
c9589d1941
3 changed files with 18 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -13485,6 +13485,7 @@ function getInputList(name, ignoreComma) {
|
|||
}
|
||||
for (let output of (yield sync_1.default(items, {
|
||||
columns: false,
|
||||
relax: true,
|
||||
relaxColumnCount: true,
|
||||
skipLinesWithEmptyValues: true
|
||||
}))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue