RootCauseunvalidated
support for chained `.[]` was added in jq 1.7 — ubuntu-22.04 Actions runners use jq 1.6. Tension: jq: error: syntax error, unexpected '[', expecting FORMAT or QQSTRING_START. Outcome: You can fix it by using `.value[]` instead.
3a80b235-f04c-44cf-9c3d-e6e5b2553a29
support for chained .[] was added in jq 1.7 — ubuntu-22.04 Actions runners use jq 1.6. Tension: jq: error: syntax error, unexpected '[', expecting FORMAT or QQSTRING_START. Outcome: You can fix it by using .value[] instead.