You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The action fails to post a comment on the pull request with the error: /action/main.sh: line 79: /usr/bin/jq: Argument list too long
To Reproduce
Use the action to perform a run-all plan operation against a terragrunt configuration with hundreds of resources.
My configuration tree contains 387 for example. terragrunt run-all state list | wc -l
Expected behavior
The action should not fail and a comment should be posted to the pull request.
Describe the bug
The action fails to post a comment on the pull request with the error:
/action/main.sh: line 79: /usr/bin/jq: Argument list too long
To Reproduce
Use the action to perform a run-all plan operation against a terragrunt configuration with hundreds of resources.
My configuration tree contains 387 for example.
terragrunt run-all state list | wc -l
Expected behavior
The action should not fail and a comment should be posted to the pull request.
Versions
The text was updated successfully, but these errors were encountered: