Skip to content

Commit

Permalink
Update code_formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavll0 authored Oct 16, 2023
1 parent d350b3c commit b31ca46
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/code_formatter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Format
name: Formatting python code
on:
pull_request:
branches: [main]
push:
paths:
- '**.py'
jobs:
Expand All @@ -22,8 +21,8 @@ jobs:
- name: Push changes
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.name 'PrakruthiSomashekar'
git config --global user.email 'prakruthi1796@gmail.com'
git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/${{ deekay2310/calorieApp_server }}
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "Automated autoyapf fixes"
git push
git push

0 comments on commit b31ca46

Please sign in to comment.