mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-03 16:28:31 +00:00
handle comments for multi-line inputs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
f3c886e26b
commit
1068b75f65
4 changed files with 25 additions and 17 deletions
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
|
||||
})) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue