mirror of
https://github.com/aclist/dztui.git
synced 2024-12-27 21:02:36 +01:00
Compare commits
4 commits
bda7223ac8
...
f60a6edf2b
Author | SHA1 | Date | |
---|---|---|---|
|
f60a6edf2b | ||
|
8c33a1b371 | ||
|
e5f7391b89 | ||
|
c11511abff |
1 changed files with 18 additions and 0 deletions
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 a new issue