mirror of https://github.com/hashicorp/boundary
ci(schema-diff): Fix error with large diffs (#3909)
When generating the JSON for submitting the github comment, if the
message was too large, the workflow would fail with the following error:
/usr/bin/jq: Argument list too long
This fix switches to using the `--rawfile`, which allows jq to process
the large comment.
pull/3910/head
parent
c89777de41
commit
d865ff16a4
Loading…
Reference in new issue