Skip to content

When using Junie, bash can determine the argument list is too long #41

@Division7

Description

@Division7

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions