Skip to content

Commit d2978eb

Browse files
committed
Raise buffer size to commit large reports
1 parent 1b9c392 commit d2978eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-structure-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
run: |
172172
git config --global user.name '${{ env.CI_COMMIT_AUTHOR }}'
173173
git config --global user.email '[email protected]'
174+
git config --local http.postBuffer 524288000
174175
git pull
175176
git add results
176177
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"

0 commit comments

Comments
 (0)