mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-11 05:37:12 +02:00
Preserve quotes inside unquoted field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
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
|
||||
}))) {
|
||||
|
Reference in New Issue
Block a user