From de00f62ea54e0df5dfc81e92ff810f175d3d60f1 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sat, 25 May 2024 21:39:30 +0300 Subject: [PATCH] cleanup: Mirror to aplos/docs on Forgejo (Codeberg) --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index c5e6327..b43c37c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,6 +17,6 @@ jobs: - name: mirror-repository uses: spyoungtech/mirror-action@v0.5.1 with: - REMOTE: 'https://codeberg.org/aplos/aplos.git' + REMOTE: 'https://codeberg.org/aplos/docs.git' GIT_USERNAME: gxbs GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}