1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-06 04:23:00 +02:00
This commit is contained in:
Jiří Štefka 2024-12-17 17:24:42 +01:00 committed by GitHub
commit 2de9b8ec2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,18 @@
name: Mirror to Codeberg
on:
push:
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 }}