We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mirror.yml
1 parent 051abb8 commit 3aeb1aeCopy full SHA for 3aeb1ae
.github/workflows/mirror.yml
@@ -9,13 +9,13 @@ jobs:
9
fetch-depth: 0
10
- uses: yesolutions/mirror-action@master
11
with:
12
- REMOTE: 'https://gitlab.com/opensound-org/template-rs.git'
+ REMOTE: 'https://gitlab.com/opensound-org/ast.git'
13
REMOTE_NAME: gitlab
14
GIT_USERNAME: czy29
15
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
16
17
18
- REMOTE: 'https://gitee.com/opensound-org/template-rs.git'
+ REMOTE: 'https://gitee.com/opensound-org/ast.git'
19
REMOTE_NAME: gitee
20
21
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
0 commit comments