From 787bc9ee2c88bc2debfd54938ca0d4923725eaee Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 27 Apr 2023 21:30:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=9B=B4=E6=96=B0CI=E5=9C=A8=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E6=97=B6=E7=9A=84=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/res-update-game.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index e8051c108a..435300b09a 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -41,6 +41,7 @@ jobs: $commit_msg = "chore: Auto Update Game Resources - $(Get-Date -Format 'yyyy-MM-dd')" } git commit -m "$commit_msg" + git pull --unshallow --rebase - name: Push changes # push the output folder to your repo uses: ad-m/github-push-action@master