Skip to content

Commit

Permalink
fix: increase git post buffer size (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 authored Apr 3, 2024
1 parent c132929 commit af39f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo "Deploying to ${REPOSITORY} on branch ${BRANCH}"
echo "Deploying to ${REMOTE_REPO}"

git config --global init.defaultBranch main && \
git config --global http.postBuffer 524288000 && \
git init && \
git config user.name "${ACTOR}" && \
git config user.email "${ACTOR}@users.noreply.github.com" && \
Expand Down

0 comments on commit af39f51

Please sign in to comment.