Use correct GitHub variable
This commit is contained in:
parent
0674882f04
commit
bedc4f2e20
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue