From 9c4d27f2cdf26c13a59c77e410e91664a9f845f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=B7=9D?= Date: Wed, 26 Jun 2024 20:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 52cab60..d04ba08 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -32,5 +32,5 @@ jobs: git config --local user.email "actions[bot]@users.noreply.github.com" git config --local user.name "actions[bot]" git add . - git commit -a -m "$(date '+%Y-%m-%d %H:%M:%S')" + git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" git -c http.sslVerify=false push https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git \ No newline at end of file