chore: Updating the sync workflow to use merge strategy
This commit is contained in:
parent
e6b0f4deb3
commit
a1deef1660
1
.github/workflows/sync-community-repo.yml
vendored
1
.github/workflows/sync-community-repo.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user