mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add YAML file
This commit is contained in:
parent
7d2bb7ddc5
commit
8817a5db23
18
.github/workflows/mirror.yml
vendored
Normal file
18
.github/workflows/mirror.yml
vendored
Normal 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 }}
|
||||
Loading…
Reference in New Issue
Block a user