Skip to content

fix: 设置数据库忽略表名大小写 #31

fix: 设置数据库忽略表名大小写

fix: 设置数据库忽略表名大小写 #31

Workflow file for this run

name: sync-to-gitee
on:
push:
branches: [11ze]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@v1
with:
source-repo: [email protected]:11ze/dnmp.git
destination-repo: [email protected]:ze11/dnmp.git
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}