File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
2- * @ jiacai2050 @ xihale
2+
3+ * @ jiacai2050 @ xihale @ jinzhongjia
Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717 - run : |
1818 git push --tags --force https://${{ secrets.CBTOKEN }}@codeberg.org/jiacai2050/zigcc.git "refs/remotes/origin/*:refs/heads/*"
19+
20+ atomgit :
21+ if : github.repository_owner == 'zigcc'
22+ runs-on : ubuntu-latest
23+ steps :
24+ - uses : actions/checkout@v4
25+ with :
26+ fetch-depth : 0
27+ - uses : pixta-dev/repository-mirroring-action@v1
28+ with :
29+ target_repo_url : https://jiacai2050:${{ secrets.ATOMGIT_TOKEN }}@atomgit.com/${{ github.repository }}.git
You can’t perform that action at this time.
0 commit comments