From 96233999049c5c89597f3b2a7c45ffaf638ebb9b Mon Sep 17 00:00:00 2001 From: mistryswapnil-dream11 <122350499+mistryswapnil-dream11@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:24:16 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78e3386..9b93f64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Deploy react app + run: | + git config --global user.email "swapnil.mistry@dream11.com" + git config --global user.name "mistryswapnil-dream11" + - name: Checkout code uses: actions/checkout@v3 @@ -23,8 +28,6 @@ jobs: - name: Deploy react app run: | - git config user.email "poonam.jain@dream11.com" - git config user.name "poonamjain96" cd ${{ github.workspace }}/WebpageRevamped yarn install yarn deploy