From 0674882f04999f857e2f59dc88a3127382c63bd2 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Mon, 4 Nov 2024 11:30:29 +0100 Subject: [PATCH] Update mirror.yml --- .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 47c98ee..268c81b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,6 +11,6 @@ jobs: fetch-depth: 0 - uses: yesolutions/mirror-action@master with: - REMOTE: "https://codeberg.org/${{ github.action_repository }}.git" + REMOTE: "https://codeberg.org/${{ github.event.repository }}.git" GIT_USERNAME: CPlusPatch GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}