diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index 8211d374..08771856 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -29,5 +29,6 @@ jobs: git init && git add . git config user.name "whyour" git config user.email "imwhyour@gmail.com" + git config http.postBuffer 524288000 git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" - git push --force --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master \ No newline at end of file + git push --force --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master:master \ No newline at end of file