pietrobolcato / action-read-yaml

Custom github action used to read yaml files, supporting multiple keys and variable replacements
10 stars 16 forks source link

returning array #5

Open hyorman opened 1 year ago

hyorman commented 1 year ago

Currently this action only allows to get specific index in the array. But that would be nice to get all elements in an array if that's possible.