mirror of
https://github.com/aclist/dztui.git
synced 2025-04-07 04:53:02 +02:00
Compare commits
2 commits
45b9f86652
...
2de9b8ec2e
Author | SHA1 | Date | |
---|---|---|---|
2de9b8ec2e | |||
2370e81403 |
1 changed files with 5 additions and 4 deletions
9
.github/workflows/mirror.yml
vendored
9
.github/workflows/mirror.yml
vendored
|
@ -2,6 +2,7 @@ name: Mirror to Codeberg
|
|||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mirror-to-codeberg:
|
||||
|
@ -10,8 +11,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
if: ${{ vars.GIT_REMOTE != '' }}
|
||||
with:
|
||||
REMOTE: ${{ env.GIT_REMOTE }}
|
||||
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
||||
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}
|
||||
target_repo_url: ${{ vars.GIT_REMOTE }}
|
||||
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue