1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-27 21:02:36 +01:00

chore: add YAML file

This commit is contained in:
aclist 2024-12-25 14:20:36 +09:00
parent c11511abff
commit e5f7391b89

23
.github/workflows/mirror.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Mirror to Codeberg
on:
push:
branches:
- main
- dzgui
- testing
- release/5.6.0-beta.20
workflow_dispatch:
jobs:
mirror-to-codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
if: ${{ vars.GIT_REMOTE != '' }}
with:
target_repo_url: ${{ vars.GIT_REMOTE }}
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}