Skip to content

Commit

Permalink
chore: add git user
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Apr 26, 2024
1 parent 7284446 commit c7d9e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/approve-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Merge PR
run: |
git config --global user.email "[email protected]"
git config --global user.name "Restorecommerce Bot"
git checkout master
git merge --ff origin/next
git push -u origin master
Expand Down

0 comments on commit c7d9e64

Please sign in to comment.