mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-04-23 08:26:38 +02:00
preserve quotes surrounding fields in input list
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c74574e6c8
commit
fe4c1ac86d
4 changed files with 19 additions and 3 deletions
|
@ -131,7 +131,8 @@ export async function getInputList(name: string, ignoreComma?: boolean): Promise
|
|||
relaxQuotes: true,
|
||||
comment: '#',
|
||||
relaxColumnCount: true,
|
||||
skipEmptyLines: true
|
||||
skipEmptyLines: true,
|
||||
quote: false
|
||||
});
|
||||
|
||||
for (const record of records as Array<string[]>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue