From 95f8e9953a009bdb4ba5a0bb4820cdb1366c092b Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Thu, 20 May 2021 15:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95build=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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