gsheet.action
gsheet.action copied to clipboard
Support writing results to file
Is your feature request related to a problem? Please describe.
Queries that result in a large JSON output can not be passed via an environment variable, this results in an Argument list too long error.
Describe the solution you'd like Pass in a file path where the results can be written to.
Describe alternatives you've considered I have not been able to obtain a large JSON response in any other way.
Additional context I believe the maximum size of an environment variable is imposed with GitHub Actions environment.