Modifying the remote add https url

This commit is contained in:
Arpit Mohan 2020-07-29 01:05:42 +05:30
parent f6debe1178
commit 7ffd5993e7

View File

@ -17,7 +17,7 @@ jobs:
# This step pulls the merges the latest release branch from the Appsmith CE into EE repository
- name: repo-sync
run: |
git remote add community git@github.com:appsmithorg/appsmith.git
git remote add community https://github.com/appsmithorg/appsmith.git
git pull community release --no-edit
git push origin release