Skip to content

Commit

Permalink
👷 (workflows): Replace GitLab mirror with self-hosted Gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jan 26, 2025
1 parent 2e759e1 commit 4ccd699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ccd699

Please sign in to comment.