We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c07c5 commit 9b91c8dCopy full SHA for 9b91c8d
.github/workflows/dotnet-desktop.yml
@@ -57,9 +57,9 @@ jobs:
57
git config --local user.name "GitHub Actions"
58
git config --local user.email "actions@github.com"
59
60
- - name: Add Gitee remote
+ - name: Push to Gitee
61
run: |
62
- git remote add gitee https://oauth2:${{ secrets.GITEE_TOKEN }}@gitee.com/krrcream/krrcream-Toolkit.git
+ git push --mirror https://oauth2:${{ secrets.GITEE_TOKEN }}@gitee.com/krrcream/krrcream-Toolkit.git
63
64
- name: Push to Gitee
65
0 commit comments