Update mirror.yml

This commit is contained in:
Gaspard Wierzbinski 2024-11-04 11:30:29 +01:00 committed by GitHub
parent ae463260b4
commit 0674882f04
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.action_repository }}.git"
REMOTE: "https://codeberg.org/${{ github.event.repository }}.git"
GIT_USERNAME: CPlusPatch
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}