From 4ccd6993d826bd2658e0d4cf9639bf38f8baba81 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Sun, 26 Jan 2025 23:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20(workflows):=20Replace=20`GitLab?= =?UTF-8?q?`=20mirror=20with=20self-hosted=20`Gitea`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 8 ++++---- README-CN.md | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e070af4..4edeeae 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,10 +9,10 @@ jobs: fetch-depth: 0 - uses: yesolutions/mirror-action@master with: - REMOTE: 'https://gitlab.com/opensound-org/template-rs.git' - REMOTE_NAME: gitlab - GIT_USERNAME: czy29 - GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} + REMOTE: 'https://gitea.29bot.com/opensound-org/template-rs.git' + REMOTE_NAME: gitea + GIT_USERNAME: 29bot + GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }} - uses: yesolutions/mirror-action@master with: REMOTE: 'https://gitee.com/opensound-org/template-rs.git' diff --git a/README-CN.md b/README-CN.md index 5519781..e6697bd 100644 --- a/README-CN.md +++ b/README-CN.md @@ -55,7 +55,7 @@ [Github](https://github.com/opensound-org/template-rs)是我们的[单一信源](https://en.wikipedia.org/wiki/Single_source_of_truth),这里我们欢迎所有的issue和pull request。 我们另有两个[自动推送](.github/workflows/mirror.yml)的下游只读镜像: -- [GitLab](https://gitlab.com/opensound-org/template-rs) +- [Gitea](https://gitea.29bot.com/opensound-org/template-rs) - [Gitee](https://gitee.com/opensound-org/template-rs) 由于它们是只读镜像,因此请不要在这两个平台上发起任何合并请求或pull request。 diff --git a/README.md b/README.md index 2f6cab9..fd8a8a0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ at your option. [Github](https://github.com/opensound-org/template-rs) is our [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth), where we welcome all issues and pull requests. We also have two downstream read-only mirrors that are [automatically pushed](.github/workflows/mirror.yml): -- [GitLab](https://gitlab.com/opensound-org/template-rs) +- [Gitea](https://gitea.29bot.com/opensound-org/template-rs) - [Gitee](https://gitee.com/opensound-org/template-rs) As they are read-only mirrors, please do not initiate any merge or pull requests on these two platforms.