mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
Update remote repository URL in mirror workflow
This commit is contained in:
parent
e559e67341
commit
be698a2bdd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
|
@ -8,6 +8,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: yesolutions/mirror-action@master
|
- uses: yesolutions/mirror-action@master
|
||||||
with:
|
with:
|
||||||
REMOTE: 'https://codeberg.org/mdcms/mdcms.git'
|
REMOTE: 'https://codeberg.org/kbenestad/mdcms.git'
|
||||||
GIT_USERNAME: kbenestad
|
GIT_USERNAME: kbenestad
|
||||||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue