mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +01:00
Compare commits
No commits in common. "a8f51280e8870ae8bf0e2ef27967c953c46b6e3f" and "bae6a57e1ee5660a07e3a3c326ec68617b831d31" have entirely different histories.
a8f51280e8
...
bae6a57e1e
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