mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 20:43:01 +02:00
Compare commits
No commits in common. "a0cb81f5636961d53d565c9e4b3d94a29c7bde9c" and "3b5960cb16dffea6d7a19c4b01ebb3f8d6cdb902" have entirely different histories.
a0cb81f563
...
3b5960cb16
1 changed files with 0 additions and 18 deletions
18
.github/workflows/mirror.yml
vendored
18
.github/workflows/mirror.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
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