From bedc4f2e202254f263a33f64772759de08915bad Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Mon, 4 Nov 2024 11:32:09 +0100 Subject: [PATCH] Use correct GitHub variable --- .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 268c81b..fa719ea 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.event.repository }}.git" + REMOTE: "https://codeberg.org/${{ github.repository }}.git" GIT_USERNAME: CPlusPatch GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}