We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe232e3 commit 8ad0e2bCopy full SHA for 8ad0e2b
.github/workflows/mirror.yml
@@ -18,13 +18,18 @@ concurrency:
18
cancel-in-progress: false
19
20
jobs:
21
- codeberg:
+ mirror:
22
runs-on: ubuntu-latest
23
+ strategy:
24
+ matrix:
25
+ target_host:
26
+ - codeberg.org
27
+ - git.disroot.org
28
steps:
29
- uses: actions/checkout@v4
30
with:
31
fetch-depth: '0'
32
- uses: pixta-dev/repository-mirroring-action@v1
33
- target_repo_url: "git@codeberg.org:Omikorin/penpot-waves-generator.git"
- ssh_private_key: ${{ secrets.CODEBERG_SSH_KEY }}
34
+ target_repo_url: "git@${{ matrix.target_host }}:${{ github.repository }}.git"
35
+ ssh_private_key: ${{ secrets.MIRROR_SSH_KEY }}
0 commit comments