Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

script: use tuna mirror for rustup #43

script: use tuna mirror for rustup

script: use tuna mirror for rustup #43

Workflow file for this run

name: Sync To Gitee
on:
push:
branches:
- master
concurrency:
group: "sync-to-gitee"
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: howardlau1999/repository-mirroring-action@main
with:
target_repo_url:
git@gitee.com:howardlau/sysu-thesis-typst.git
ssh_private_key:
${{ secrets.GITEE_RSA_PRIVATE_KEY }}