-
Notifications
You must be signed in to change notification settings - Fork 11
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
The github action failed to post reports #355
Comments
Another thing it could do is to commit that report into this repository, and post a link to that document. |
Looks like the report is short enough to be posted again: #356 But it may be good to always create a file in this repo anyway, for posterity. I found the doc on how to create the file using the RESTful API:https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents |
I have a PR that pastes the generated markdown into GitHub Actions step summary for the job: #274 |
Indeed, it seems the summary from https://github.com/nodejs/reliability/actions/runs/2314866636 is already unavailable. |
I think for summaries we could also just post the stats (i.e. cut everything up to the |
From a recent run:
I am guessing that the recent debugger tests fallouts resulted in a super long report that couldn't be posted in one go due to rescritions of GitHub. We probably need to update the action so that it split different parts into replies in that case.
The text was updated successfully, but these errors were encountered: