-
Notifications
You must be signed in to change notification settings - Fork 67
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
Limit markdown to 65535? #118
Comments
Similar to #107 ? |
I haven't tested myself though but maybe just updating the version used by this action will fix it =) |
@lfgcampos Unfortunately v6 doesn't fix it. Here's a v4 run, here's a v6 run. Here's the error that was previously shown:
Here's the new error:
|
Limiting the variable length within the My hacky fix let it successfully create a PR that changed 1,516 files(!) and saved 186MB(!!!). The details can be seen in the "Echo markdown" step of the job. Here's the full workaround
|
The markdown output can be over 65535 characters if convert many images, which causes error with peter-evans/create-pull-request@v3 since github body can only be 65535. Fixed with truncate action but perhaps there should/could be a limit built in? I guess it is not limited to just being used for github pull requests tho so maybe not. Thanks.
The text was updated successfully, but these errors were encountered: