diff --git a/.github/workflows/gitee-mirror.yml b/.github/workflows/gitee-mirror.yml new file mode 100644 index 00000000..e48bd05b --- /dev/null +++ b/.github/workflows/gitee-mirror.yml @@ -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" diff --git a/readme.md b/readme.md index 9d31601f..a21825db 100644 --- a/readme.md +++ b/readme.md @@ -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)