1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

Compare commits

...

6 commits

Author SHA1 Message Date
aclist
a0cb81f563 chore: drop branch logic
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 25s
2024-12-25 14:23:05 +09:00
aclist
846b12d8c8 chore: drop test file 2024-12-25 14:18:15 +09:00
aclist
fe1fca2df3 chore: add YAML file 2024-12-25 14:17:11 +09:00
aclist
09c6aea9fe chore: add test file 2024-12-25 14:12:55 +09:00
aclist
48848387b1 chore: drop test file 2024-12-25 14:07:31 +09:00
aclist
3bebdb9ecd chore: test commit 2024-12-25 12:44:23 +09:00

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 }}