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