Adding the automated username & email for merges

This commit is contained in:
Arpit Mohan 2020-07-30 12:53:26 +05:30
parent 87811401de
commit c033698269

View File

@ -19,6 +19,8 @@ jobs:
- name: repo-sync
run: |
git remote add community https://github.com/appsmithorg/appsmith.git
git config user.email "automated@github.com"
git config user.name "Automated Github Action"
git pull community release --no-edit
git push origin release