Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Feb 2, 2025
1 parent 7c7e9cd commit 7620bb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: push to gitee
run: |
set -x
# ssh -T [email protected]
git fetch origin -a
ssh -T [email protected]
git remote add gitee [email protected]:jingjingxyk/swoole-cli.git
git fetch gitee -a
git push gitee --all --force
git push -f gitee --all
# 求差集 (gitee 存在的分支,github 不存在分支,执行删除操作)
# 默认输出三列,第一列包含文件1独有的行,第二列包含文件2独有的行,第三列包含两个文件共有的行。列之间由制表符分隔‌
Expand Down

0 comments on commit 7620bb2

Please sign in to comment.