1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-09 14:02:59 +02:00

Compare commits

..

2 commits

View file

@ -2,6 +2,7 @@ name: Mirror to Codeberg
on: on:
push: push:
workflow_dispatch:
jobs: jobs:
mirror-to-codeberg: mirror-to-codeberg:
@ -10,8 +11,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: yesolutions/mirror-action@master - uses: pixta-dev/repository-mirroring-action@v1
if: ${{ vars.GIT_REMOTE != '' }}
with: with:
REMOTE: ${{ env.GIT_REMOTE }} target_repo_url: ${{ vars.GIT_REMOTE }}
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}