From 7ffd5993e739f9d9359bb6990b06d87ee9d5359e Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Wed, 29 Jul 2020 01:05:42 +0530 Subject: [PATCH] Modifying the remote add https url --- .github/workflows/sync-community-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-community-repo.yml b/.github/workflows/sync-community-repo.yml index 4a68975bc4..9c8627d33b 100644 --- a/.github/workflows/sync-community-repo.yml +++ b/.github/workflows/sync-community-repo.yml @@ -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