Modifying the remote add https url
This commit is contained in:
parent
f6debe1178
commit
7ffd5993e7
2
.github/workflows/sync-community-repo.yml
vendored
2
.github/workflows/sync-community-repo.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user