Tag: jq
-
Need to modify an existing JQ filter of a GitHub CLI GraphQL response
0 I am creating a GitHub Action workflow which will call a GitHub CLI API request using GraphQL. This gh api graphql response is –paginate and returns JSON Lines (ndjson). I created the GraphQL and jq queries, and I am close to the desired output; however, my jq query needs to be modified and I…