increase git POST request buffer size
All checks were successful
Update vuln-list-alt repo / Update vuln-list-alt (push) Successful in 6m16s

This commit is contained in:
fl0pp5 2024-06-28 15:57:50 +03:00
parent 76b0d0cd87
commit 8a32973818

View File

@ -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