Skip to content

翻译:Zig 裸机编程之 STM32F103 —— 启动过程 (#117) #239

翻译:Zig 裸机编程之 STM32F103 —— 启动过程 (#117)

翻译:Zig 裸机编程之 STM32F103 —— 启动过程 (#117) #239

Workflow file for this run

name: Mirror
on:
push:
branches:
- main**
workflow_dispatch:
jobs:
codeberg:
if: github.repository_owner == 'zigcc'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git push --tags --force https://${{ secrets.CBTOKEN }}@codeberg.org/jiacai2050/zigcc.git "refs/remotes/origin/*:refs/heads/*"
atomgit:
if: github.repository_owner == 'zigcc'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: https://jiacai2050:${{ secrets.ATOMGIT_TOKEN }}@atomgit.com/${{ github.repository }}.git