Update mirror.yml
This commit is contained in:
parent
ae463260b4
commit
0674882f04
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
|
@ -11,6 +11,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: yesolutions/mirror-action@master
|
- uses: yesolutions/mirror-action@master
|
||||||
with:
|
with:
|
||||||
REMOTE: "https://codeberg.org/${{ github.action_repository }}.git"
|
REMOTE: "https://codeberg.org/${{ github.event.repository }}.git"
|
||||||
GIT_USERNAME: CPlusPatch
|
GIT_USERNAME: CPlusPatch
|
||||||
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
|
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue