github-action-json-property
github-action-json-property copied to clipboard
prop_path including arrays
It doesn't seem to be possible to access values whose path includes arrays.
{
"foo":["bar"]
}
Ideally, the prop_path
= foo[0]
should return the value bar
.