Skip to content

refactor(menu-select): improve variable naming for clarity and consis… #696

refactor(menu-select): improve variable naming for clarity and consis…

refactor(menu-select): improve variable naming for clarity and consis… #696

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: git@github.com:varletjs/varlet.git
destination-repo: git@gitee.com:varlet/varlet-ui.git