mirror of
https://github.com/docker/metadata-action.git
synced 2025-06-24 03:37:59 +02:00
handle comments for multi-line inputs
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
@ -75,6 +75,7 @@ function getInputList(name, ignoreComma) {
|
||||
for (let output of sync_1.default(items, {
|
||||
columns: false,
|
||||
relax: true,
|
||||
comment: '#',
|
||||
relaxColumnCount: true,
|
||||
skipLinesWithEmptyValues: true
|
||||
})) {
|
||||
|
Reference in New Issue
Block a user