File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
sudo apt remove python3-urllib3 python3-idna python3-chardet
21
21
sudo pip3 install -r .github/hubmirror/requirements.txt
22
22
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"
24
24
#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"
You can’t perform that action at this time.
0 commit comments