Skip to content

Mirror from Codeberg #25

Mirror from Codeberg

Mirror from Codeberg #25

Workflow file for this run

name: Mirror from Codeberg
on:
schedule:
- cron: "*/10 * * * *" # every 10 minutes
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Mirror
run: |
git clone --mirror https://codeberg.org/openxp/patchkit.git
cd patckit
git push --mirror https://github.com/openxp/patchkit.git