Adding the automated username & email for merges
This commit is contained in:
parent
87811401de
commit
c033698269
2
.github/workflows/sync-community-repo.yml
vendored
2
.github/workflows/sync-community-repo.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user