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

Job Summary Size Limitation aborts the job [BUG] #786

Open
Shweta4398 opened this issue Jun 25, 2024 · 2 comments
Open

Job Summary Size Limitation aborts the job [BUG] #786

Shweta4398 opened this issue Jun 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Shweta4398
Copy link

Describe the bug
It gives me the below error of the size .

To Reproduce

Warning: Unable to write summary to pull-request. Make sure you are giving this workflow the permission 'pull-requests: write'.
Error: $GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2906k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary

My workflow uses upgraded version that is :-
- name: 'Dependency Review'
id: dependency-review
uses: 72eb03d
with:
base-ref: "${{ github.event.pull_request.base.sha || 'master' }}"
head-ref: "${{ github.event.pull_request.head.sha || github.sha }}"
deny-licenses: LGPL-2.0, BSD-2-Clause, LGPL-3.0, LGPL-3.0+
# the comment-summary-in-pr must be present, otherwise you won't get the output
comment-summary-in-pr: always
continue-on-error: true

@Shweta4398 Shweta4398 added the bug Something isn't working label Jun 25, 2024
@osterman
Copy link

We just started getting this as well.
https://github.com/cloudposse/atmos/actions/runs/9664474935

@Shweta4398
Copy link
Author

@juxtin Can you help here ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants