Skip to content

Commit

Permalink
Update pull-from-gitee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pridejoy authored Jan 9, 2025
1 parent f98fe8a commit a73f0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-from-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Pull from Gitee
run: |
git remote add gitee https://gitee.com/Pridejoy/MalusAdmin.git
git fetch gitee main
git merge gitee/main
git push origin main
git fetch gitee master
git merge gitee/master
git push origin master

0 comments on commit a73f0a5

Please sign in to comment.