chore: Updating the sync workflow to use merge strategy

This commit is contained in:
Arpit Mohan 2021-10-26 16:37:21 +05:30 committed by GitHub
parent e6b0f4deb3
commit a1deef1660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ jobs:
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 config pull.rebase false
git pull community release --no-edit
git push origin release