⚗️ 大量更新,tmp-server
现可在ws握手阶段做更多校验,不再需要额外的握手,Handshake
->HelloMsg
#109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, workflow_dispatch] | |
jobs: | |
mirror: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: yesolutions/mirror-action@master | |
with: | |
REMOTE: 'https://gitlab.com/opensound-org/os-tracing.git' | |
REMOTE_NAME: gitlab | |
GIT_USERNAME: czy29 | |
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
- uses: yesolutions/mirror-action@master | |
with: | |
REMOTE: 'https://gitee.com/opensound-org/os-tracing.git' | |
REMOTE_NAME: gitee | |
GIT_USERNAME: czy29 | |
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }} |