mirror of
https://github.com/aclist/dztui.git
synced 2025-04-09 14:02:59 +02:00
Compare commits
2 commits
2de9b8ec2e
...
45b9f86652
Author | SHA1 | Date | |
---|---|---|---|
45b9f86652 | |||
cfed4f467a |
1 changed files with 17 additions and 0 deletions
17
.github/workflows/mirror.yml
vendored
Normal file
17
.github/workflows/mirror.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Mirror to Codeberg
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
mirror-to-codeberg:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: yesolutions/mirror-action@master
|
||||||
|
with:
|
||||||
|
REMOTE: ${{ env.GIT_REMOTE }}
|
||||||
|
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
||||||
|
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}
|
Loading…
Reference in a new issue