Update remote repository URL in mirror workflow
Some checks are pending
/ mirror (push) Waiting to run

This commit is contained in:
Kristian Benestad 2026-06-04 17:11:57 +07:00 committed by GitHub
parent 5af611502a
commit 21cae07a9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,6 @@ jobs:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/kbpkg/kbpkg.git'
REMOTE: 'https://codeberg.org/mdcms/mdcms.git'
GIT_USERNAME: kbenestad
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}