From 4dfa5c3b9553ae87282d33a88282a5330bae4e37 Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Fri, 23 Oct 2020 09:49:34 +0800 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From bad7107126486877055541a36cfde793b1f53131 Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Fri, 23 Oct 2020 18:46:13 +0800 Subject: [PATCH 2/2] Create gitee-mirror.yml --- .github/workflows/gitee-mirror.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/gitee-mirror.yml 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"