From 0e87baf3952c00b784b706461f35ae90f098c1e6 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 30 Jul 2020 10:14:30 +0530 Subject: [PATCH] Cloning the entire repo so that merge is possible --- .github/workflows/sync-community-repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-community-repo.yml b/.github/workflows/sync-community-repo.yml index 9c8627d33b..0a937b51b6 100644 --- a/.github/workflows/sync-community-repo.yml +++ b/.github/workflows/sync-community-repo.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 with: ref: release + fetch-depth: 0 # This step pulls the merges the latest release branch from the Appsmith CE into EE repository - name: repo-sync