From fcf0d051351d1c78c23c943810f74c10b45be20f Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:31:08 +0100 Subject: [PATCH] Update mirror-main-to-master.yml --- .github/workflows/mirror-main-to-master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror-main-to-master.yml b/.github/workflows/mirror-main-to-master.yml index e0452fd..885da02 100644 --- a/.github/workflows/mirror-main-to-master.yml +++ b/.github/workflows/mirror-main-to-master.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Push main to master - run: git push -f origin main:master + run: git push origin main:master