From e944cde40b3946722c6ca8d0b35efcd3df118804 Mon Sep 17 00:00:00 2001 From: Neel317 Date: Sun, 26 Nov 2023 15:58:02 -0500 Subject: [PATCH] code_formatter workflow updated --- .github/workflows/code_formatter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_formatter.yml b/.github/workflows/code_formatter.yml index f578a7e..31a380a 100644 --- a/.github/workflows/code_formatter.yml +++ b/.github/workflows/code_formatter.yml @@ -22,8 +22,8 @@ jobs: - name: Push changes if: steps.git-check.outputs.modified == 'true' run: | - git config --global user.name 'Kashika08' - git config --global user.email 'kashikamalick@gmail.com' - git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/${{ Kashika08/ShopSync }} + git config --global user.name 'Neel317' + git config --global user.email 'neeldudheliya317@gmail.com' + git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/Neel317/ShopSync git commit -am "Automated autoyapf fixes" git push