Skip to content

fix: 修复系统配置对复选框支持不友好的问题 #159

fix: 修复系统配置对复选框支持不友好的问题

fix: 修复系统配置对复选框支持不友好的问题 #159

Workflow file for this run

name: Deploy to Gitee
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git config user.email "[email protected]"
git config user.name "xmo"
git remote rm origin
git remote add origin https://xmo:${{ secrets.GITEE_TOKEN }}@gitee.com/mineadmin/mineadmin.git
git push -f origin master