From c902d1977aadd2492fa18562479fc48c01db83d4 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:23:44 +0530 Subject: [PATCH] CI: fix server build added missing quotes (#29780) fix server build added missing quotes ## Summary by CodeRabbit - **Chores** - Improved the handling of user information in the automated server build process to ensure compatibility with values containing spaces. --- .github/workflows/server-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 47d3b36706..bcda0d6a48 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -240,8 +240,8 @@ jobs: tar -czvf server.jar dist/ mkdir cacherepo cd ./cacherepo - git config --global user.email $gituseremail - git config --global user.name $gituser + git config --global user.email "$gituseremail" + git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install cd testcacherepo/