Skip to content

Commit

Permalink
code_formatter workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Neel317 committed Nov 26, 2023
1 parent 2055101 commit e944cde
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 '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

0 comments on commit e944cde

Please sign in to comment.