Skip to content

Commit

Permalink
👷 (workflows): 将 GitLab 镜像替换为自托管的 Gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jan 26, 2025
1 parent e17a45b commit 7e1a771
Showing 1 changed file with 4 additions and 4 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/czy29/29bot.com.git'
REMOTE_NAME: gitlab
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
REMOTE: 'https://gitea.29bot.com/29bot/29bot.com.git'
REMOTE_NAME: gitea
GIT_USERNAME: 29bot
GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }}
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitee.com/czy29/29bot.com.git'
Expand Down

0 comments on commit 7e1a771

Please sign in to comment.