diff --git a/.github/workflows/push-to-gitee.yml b/.github/workflows/push-to-gitee.yml index ac4efb22e..d1a5d8752 100644 --- a/.github/workflows/push-to-gitee.yml +++ b/.github/workflows/push-to-gitee.yml @@ -37,7 +37,7 @@ jobs: ssh -T git@gitee.com git remote add gitee git@gitee.com:jingjingxyk/swoole-cli.git git fetch --all - git branch | cat + git branch -r | cat exit 0 git ls-remote --heads origin git ls-remote --tags origin