From e08c614a10b836b1931061cef35f8744d6e73974 Mon Sep 17 00:00:00 2001 From: Kashika Malick <43812511+Kashika08@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:10:01 -0500 Subject: [PATCH] Update code_formatter.yml --- .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 d029851..f578a7e 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 'rohan22shah' - git config --global user.email 'rohan22shah@gmail.com' - git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/${{ rohan22shah/slash-phase3 }} + 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 commit -am "Automated autoyapf fixes" git push