From 0ef1841ed6a0779365cab6929cdbdff3ee0392e8 Mon Sep 17 00:00:00 2001 From: ShiqiYang2022 <138270042+ShiqiYang2022@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:28:17 -0700 Subject: [PATCH] Update template_84_sync.yml --- .github/workflows/template_84_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_84_sync.yml b/.github/workflows/template_84_sync.yml index 10a25ff..581541f 100644 --- a/.github/workflows/template_84_sync.yml +++ b/.github/workflows/template_84_sync.yml @@ -36,6 +36,6 @@ jobs: git config pull.rebase false git config --global user.email "shiqi.yang2022@gmail.com" git config --global user.name "ShiqiYang2022" - git config core.fileMode false + git config --global core.fileMode false git pull ../ 84_shift_overleaf git push origin master