From 3730f46a08e2d284b35356c1509b332ef2df258b Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Wed, 15 Oct 2025 04:23:51 -0400 Subject: [PATCH] test remote --- .github/workflows/mirror-to-codeberg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror-to-codeberg.yml b/.github/workflows/mirror-to-codeberg.yml index 620b491..41b5b53 100644 --- a/.github/workflows/mirror-to-codeberg.yml +++ b/.github/workflows/mirror-to-codeberg.yml @@ -22,5 +22,6 @@ jobs: - name: Push to Codeberg run: | + git remote remove codeberg || true git remote add codeberg git@codeberg.org:SecureBitChat/securebit-chat.git git push codeberg main --force