We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GitLab
Gitea
1 parent bc06e12 commit 103e2dfCopy full SHA for 103e2df
1 file changed
.github/workflows/mirror.yml
@@ -9,10 +9,10 @@ jobs:
9
fetch-depth: 0
10
- uses: yesolutions/mirror-action@master
11
with:
12
- REMOTE: 'https://gitlab.com/opensound-org/gitops-cli.git'
13
- REMOTE_NAME: gitlab
14
- GIT_USERNAME: czy29
15
- GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
+ REMOTE: 'https://gitea.29bot.com/opensound-org/gitops-cli.git'
+ REMOTE_NAME: gitea
+ GIT_USERNAME: 29bot
+ GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }}
16
17
18
REMOTE: 'https://gitee.com/opensound-org/gitops-cli.git'
0 commit comments