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