Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the limit for querying a baseline
`--limit=1` seems to apply before `jq` filtering, meaning our `WORKFLOW_NAME` ("CI") workflow may not appear in the input to the jq query. Removing `--limit` provides a default amount of inputs that jq can then filter from, so this works better.
- Loading branch information