Use correct GitHub variable

This commit is contained in:
Gaspard Wierzbinski 2024-11-04 11:32:09 +01:00 committed by GitHub
parent 0674882f04
commit bedc4f2e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}