Skip to content
New issue

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

Preview app example breaks if logs get too long #155

Open
markusthoemmes opened this issue Oct 21, 2024 · 0 comments
Open

Preview app example breaks if logs get too long #155

markusthoemmes opened this issue Oct 21, 2024 · 0 comments

Comments

@markusthoemmes
Copy link
Contributor

Currently, the example sets an env var with the respective log output to then reference that in the action to print the logs. Those env vars have a 128KB limit, which causes errors around Argument list too long. That's no good.

We should be able to refactor the example to not need env vars to sidestep that issue. We should probably also add a warning to the README to call that limit out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant