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