mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-09-17 18:26:57 +00:00
Merge pull request #172 from crazy-max/comments
handle comments for multi-line inputs
This commit is contained in:
commit
47c365107c
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