We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
If you make a diff of a large number of changes, you may encounter the error that the arguments list too long.
arguments list too long
This is most likely due to the fact that you are putting the output into a variable. https://github.com/allenporter/flux-local/blob/main/action/diff/action.yml#L116
Is it possible to do optional output to a file? Which I could then read and pass on to another action
The text was updated successfully, but these errors were encountered:
Thank you for the report. Tracking this in #207 so deduping
Sorry, something went wrong.
No branches or pull requests
Hello!
If you make a diff of a large number of changes, you may encounter the error that the
arguments list too long
.This is most likely due to the fact that you are putting the output into a variable.
https://github.com/allenporter/flux-local/blob/main/action/diff/action.yml#L116
Is it possible to do optional output to a file? Which I could then read and pass on to another action
The text was updated successfully, but these errors were encountered: