From 5fc8981ae6c2c283b71704c118eceb6682587d53 Mon Sep 17 00:00:00 2001 From: ShiqiYang2022 <138270042+ShiqiYang2022@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:02:45 -0700 Subject: [PATCH] Update template_issue84_sync.yml --- .github/workflows/template_issue84_sync.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/template_issue84_sync.yml b/.github/workflows/template_issue84_sync.yml index 2ff9e3a..6b9b424 100644 --- a/.github/workflows/template_issue84_sync.yml +++ b/.github/workflows/template_issue84_sync.yml @@ -25,7 +25,6 @@ jobs: - name: Checkout dev repository run: | - git config core.fileMode false git clone git@github.com:ShiqiYang2022/template_issue84.git git fetch --unshallow cd template_issue84 @@ -37,5 +36,5 @@ jobs: git config pull.rebase false git config --global user.email "shiqi.yang2022@gmail.com" git config --global user.name "ShiqiYang2022" - git pull ../ master + git pull --no-ff ../ master git push origin 84_shift_overleaf