diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index f1a43ea..5efc839 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -8,6 +8,6 @@ jobs: fetch-depth: 0 - uses: yesolutions/mirror-action@master with: - REMOTE: 'https://codeberg.org/mdcms/mdcms.git' + REMOTE: 'https://codeberg.org/kbenestad/mdcms.git' GIT_USERNAME: kbenestad GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}