mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
21 lines
479 B
YAML
21 lines
479 B
YAML
name: 🔮 Sync Mirror
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- dev
|
|
|
|
jobs:
|
|
sync:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Sync Gitee
|
|
uses: jikkai/sync-gitee@main
|
|
with:
|
|
repository: dream-num/univer
|
|
username: ${{ secrets.GITEE_USERNAME }}
|
|
password: ${{ secrets.GITEE_PASSWORD }}
|
|
tags: true
|
|
branches: main dev
|