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

Limitation on the HTML file size that can be created #17

Open
kanika1894 opened this issue Jun 28, 2021 · 0 comments
Open

Limitation on the HTML file size that can be created #17

kanika1894 opened this issue Jun 28, 2021 · 0 comments

Comments

@kanika1894
Copy link

kanika1894 commented Jun 28, 2021

For a big HTML file that needs to be created, the size of config env. variable exceeds the permissible limit causing the error :
The action takes an input parameter config which has all our queries for all repositories. So as the length of this parameter value kept increasing due to adding repositories it failed with error Environment variable 'INPUT_CONFIG' exceeds the maximum supported length. Environment variable length: 33267 , Maximum supported length: 32766.

This issue can be solved by adding support for taking file as input for config.
It will require a few changes as done in the forked version : https://github.com/GH-ACE/issue-dashboard

Not sure, how is the index.js getting created here otherwise would have contributed by raising a PR 😊

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