diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 4cde3e7..3a94f1a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,6 +15,6 @@ jobs: - name: mirror-repository uses: spyoungtech/mirror-action@v0.5.1 with: - REMOTE: 'https://codeberg.org/sematic/pages.git' + REMOTE: 'https://codeberg.org/sematichtml/pages.git' GIT_USERNAME: gxbs GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}