We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede9b43 commit 8a9d21fCopy full SHA for 8a9d21f
.github/workflows/mirror.yml
@@ -0,0 +1,18 @@
1
+name: Mirror
2
+
3
+on:
4
+ push:
5
+ branches: [main, master]
6
+ workflow_dispatch:
7
8
+jobs:
9
+ codeberg:
10
+ if: github.repository_owner == 'zigcc'
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
+ - uses: pixta-dev/repository-mirroring-action@v1
17
18
+ target_repo_url: https://jiacai2050:${{ secrets.ATOMGIT_TOKEN }}@atomgit.com/${{ github.repository }}.git
0 commit comments