mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-23 03:26: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
|
@ -185,6 +185,7 @@ export async function getInputList(name: string, ignoreComma?: boolean): Promise
|
|||
|
||||
for (let output of (await csvparse(items, {
|
||||
columns: false,
|
||||
relax: true,
|
||||
relaxColumnCount: true,
|
||||
skipLinesWithEmptyValues: true
|
||||
})) as Array<string[]>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue