From fefdcb88fdc2bb9b411747af8bf5ba4bceec08b7 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 15 May 2021 01:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbuild=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index 1df970cb..40cbcdfd 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -29,5 +29,5 @@ jobs: git config user.name "whyour" git config user.email "imwhyour@gmail.com" git add . - git commit -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" + git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" git push --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master:master \ No newline at end of file