increase git POST request buffer size
All checks were successful
Update vuln-list-alt repo / Update vuln-list-alt (push) Successful in 6m16s
All checks were successful
Update vuln-list-alt repo / Update vuln-list-alt (push) Successful in 6m16s
This commit is contained in:
parent
76b0d0cd87
commit
8a32973818
@ -25,6 +25,7 @@ fi
|
||||
cd "$VULN_LIST_DIR" || exit 1
|
||||
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
git config http.postBuffer 157286400
|
||||
git add .
|
||||
git commit -m "${COMMIT_MSG}"
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user