Closed

Description
Describe the bug
We got an error "Argument list too long" when trying to use this action with Terraform Plan
To Reproduce
Steps to reproduce the behavior:
- Prepare Terraform code with a big Plan output
- Use github-script as described on setup-terraform
- Trigger workflow execution on PR
- See the error
Expected behavior
We should see plan output in the issue comment and in case if it is too big it should be truncated.