Skip to content

用import导入脚本分割template.xml。添加pg的crud模板 #78

用import导入脚本分割template.xml。添加pg的crud模板

用import导入脚本分割template.xml。添加pg的crud模板 #78

Workflow file for this run

name: Publish
on:
push:
branches:
- master
- gh-pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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:NoneDay/CellReport.git"
destination-repo: "git@gitee.com:NoneDay/CellReport.git"