Skip to content

Commit 32e45a1

Browse files
Update mirror.yml
1 parent 6194480 commit 32e45a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
sudo apt remove python3-urllib3 python3-idna python3-chardet
2121
sudo pip3 install -r .github/hubmirror/requirements.txt
2222
sudo git lfs install
23-
sudo python3 .github/hubmirror/hubmirror.py --src "github/minlearn" --dst "gitee/minlearn" --dst-key "${{ secrets.GITEE_KEY }}" --dst-token "${{ secrets.GITEE_TOKEN }}" --static-list "minlearnprogramming" --force-update "true"
23+
sudo python3 .github/hubmirror/hubmirror.py --src "github/minlearn" --dst "gitee/minlearn" --dst-key "${{ secrets.GITEE_KEY }}" --dst-token "${{ secrets.GITEE_TOKEN }}" --static-list "minlearnprogramming" --account-type "user" --force-update "true"
2424
#sudo python3 .github/hubmirror/hubmirror.py --src "github/minlearn" --dst "gitea/minlearn" --gitea-url http://106.52.32.20/gitea --dst-key "${{ secrets.GITEA_KEY }}" --dst-token "${{ secrets.GITEA_TOKEN }}" --static-list "minlearnprogramming" --force-update "true"

0 commit comments

Comments
 (0)