Description:
I have the basic version of the github action set up with the latest release. When I assigned it to an issue, it worked for 7 minutes before failing with the following error:
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/proj-frontiers/proj-frontiers'. Argument list too long
After examining the log, this occurred when it tried to run bun run ${GITHUB_ACTION_PATH}/src/entrypoints/handle-results.ts. After examining the size of JSON_JUNIE_OUTPUT, it appeared to be roughly 30,000 words and 270,000 characters. If I might make a suggestion, it could be possibly read the value from a file?
I'm also happy to provide specific logs if they're useful!