From 2ffce39e47383a44902bd5df1b8306b86b1d8d08 Mon Sep 17 00:00:00 2001 From: Max Base Date: Mon, 13 Jan 2025 22:24:46 +0330 Subject: [PATCH] Update run-sync-script.yaml --- .github/workflows/run-sync-script.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-sync-script.yaml b/.github/workflows/run-sync-script.yaml index 7755f3cc..728aba7e 100644 --- a/.github/workflows/run-sync-script.yaml +++ b/.github/workflows/run-sync-script.yaml @@ -52,6 +52,7 @@ jobs: git config --global user.name "Max Base (GitHub Actions)" git config --global user.email "$EMAIL" + git config --global pull.rebase false git checkout -b auto-sync-update || git checkout auto-sync-update