Skip to content

Sync to Gitee

Sync to Gitee #571

Workflow file for this run

name: Sync to Gitee
on:
schedule:
# 每天北京时间9点跑
- cron: '0 1 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee 🛎️
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: https://github.com/Rockcookies/fnx-ui.git
destination-repo: [email protected]:rockcookies/fnx-ui.git