mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
Merge branch 'master' of https://github.com/dotnetcore/FreeSql
This commit is contained in:
commit
8ca75db2a4
17
.github/workflows/gitee-mirror.yml
vendored
Normal file
17
.github/workflows/gitee-mirror.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sync to Gitee 💕
|
||||
uses: wearerequired/git-mirror-action@master
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:dotnetcore/freesql.git"
|
||||
destination-repo: "git@gitee.com:FreeSql/FreeSql-ORM.git"
|
@ -31,7 +31,7 @@ FreeSql 是功能强大的对象关系映射技术(O/RM),支持 .NETCore 2.1+
|
||||
> 示范项目
|
||||
|
||||
- [zhontai.net Admin 后台管理系统](https://github.com/zhontai/Admin.Core)
|
||||
- [A simple and practical CMS implememted by .NET Core](https://github.com/luoyunchong/lin-cms-dotnetcore)
|
||||
- [A simple and practical CMS implemented by .NET Core](https://github.com/luoyunchong/lin-cms-dotnetcore)
|
||||
- [iusaas.com SaaS 企业应用管理系统](https://github.com/alonsoalon/TenantSite.Server)
|
||||
- [EasyCms 企业建站,事业单位使用的CMS管理系统](https://github.com/jasonyush/EasyCMS)
|
||||
- [内容管理系统](https://github.com/hejiyong/fscms)
|
||||
|
Loading…
x
Reference in New Issue
Block a user