Skip to content

Commit 9b91c8d

Browse files
committed
更换镜像推送方式
1 parent b1c07c5 commit 9b91c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
git config --local user.name "GitHub Actions"
5858
git config --local user.email "actions@github.com"
5959
60-
- name: Add Gitee remote
60+
- name: Push to Gitee
6161
run: |
62-
git remote add gitee https://oauth2:${{ secrets.GITEE_TOKEN }}@gitee.com/krrcream/krrcream-Toolkit.git
62+
git push --mirror https://oauth2:${{ secrets.GITEE_TOKEN }}@gitee.com/krrcream/krrcream-Toolkit.git
6363
6464
- name: Push to Gitee
6565
run: |

0 commit comments

Comments
 (0)