From 5c5f797c2cdec27cfc7435acd67f1e52c07975fd Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 31 Dec 2025 19:18:09 +0100 Subject: [PATCH] mirror??? --- .gitea/workflows/push-to-github.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 3cce1cd..02928dd 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -30,7 +30,6 @@ jobs: - run: | git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" - git push github --all - git push github --tags + git push github --mirror env: GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}