diff --git a/.github/workflows/remote.yml b/.github/workflows/remote.yml index 940b7fea3..cb381e7da 100644 --- a/.github/workflows/remote.yml +++ b/.github/workflows/remote.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@master + with: + fetch-depth: 0 - name: Push to ${{ matrix.mirror }} env: BOTSECRET: ${{ secrets.BOTSECRET }}