Skip to content

docs(checkbox): set the parameters of the toggle function to be optio… #335

docs(checkbox): set the parameters of the toggle function to be optio…

docs(checkbox): set the parameters of the toggle function to be optio… #335

Workflow file for this run

name: Sync to Gitee
on:
push:
branches: [dev, main]
jobs:
sync-gitee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:varletjs/varlet.git
destination-repo: [email protected]:varlet/varlet-ui.git