Compare commits

..

No commits in common. "21cae07a9bd65a427f821aa44a8104b2c70dfce2" and "a939883bef90929f89f0dc206a717b53108810f0" have entirely different histories.

View file

@ -1,13 +0,0 @@
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/mdcms/mdcms.git'
GIT_USERNAME: kbenestad
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}