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 3887aa3 commit 297d2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: push to gitee
run: |
ssh -T [email protected]
# ssh -T [email protected]
git remote add gitee [email protected]:jingjingxyk/swoole-cli.git
git fetch gitee -a
GITEE_BRANCHS=$(git branch -r --list | grep -v -- '->' | grep 'gitee/' | sed 's/gitee\///' | xargs -I {} echo {} | sort)
Expand Down

0 comments on commit 297d2f1

Please sign in to comment.