Skip to content

Commit 3aeb1ae

Browse files
committed
👷 (workflows): Update mirror.yml
1 parent 051abb8 commit 3aeb1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
fetch-depth: 0
1010
- uses: yesolutions/mirror-action@master
1111
with:
12-
REMOTE: 'https://gitlab.com/opensound-org/template-rs.git'
12+
REMOTE: 'https://gitlab.com/opensound-org/ast.git'
1313
REMOTE_NAME: gitlab
1414
GIT_USERNAME: czy29
1515
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
1616
- uses: yesolutions/mirror-action@master
1717
with:
18-
REMOTE: 'https://gitee.com/opensound-org/template-rs.git'
18+
REMOTE: 'https://gitee.com/opensound-org/ast.git'
1919
REMOTE_NAME: gitee
2020
GIT_USERNAME: czy29
2121
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}

0 commit comments

Comments
 (0)