Skip to content

Commit

Permalink
Update code_formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashika08 authored Nov 13, 2023
1 parent d172704 commit e08c614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e08c614

Please sign in to comment.