From 2dd74f94047461e2800ff0cc7226697424377fbc Mon Sep 17 00:00:00 2001 From: Davy <95214375+thedavidweng@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:56:14 -0700 Subject: [PATCH] fix: add force_push and fetch-depth: 0 --- .github/workflows/mirror.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 7040045..a60d4c5 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + with: + fetch-depth: 0 - name: Mirror to Codeberg uses: cssnr/mirror-repository-action@2af5bf347684245f52b5f56502956a57f9b8813e # v1 @@ -25,3 +27,4 @@ jobs: host: https://codeberg.org username: thedavidweng password: ${{ secrets.CODEBERG_TOKEN }} + force_push: true