feat: modify GroupAtInfoItem private to public (#186) #318
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
name: sync-to-gitee | |
on: | |
push: | |
branches: [main, dev, gh-pages] | |
workflow_dispatch: | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
if: github.repository == 'doocs/qcloud-im-server-sdk-java' | |
steps: | |
- name: Sync to gitee.com | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.RSA_PRIVATE_KEY }} | |
with: | |
source-repo: [email protected]:doocs/qcloud-im-server-sdk-java.git | |
destination-repo: [email protected]:Doocs/qcloud-im-server-sdk-java.git | |
- name: Build Gitee Pages | |
uses: yanglbme/gitee-pages-action@main | |
with: | |
gitee-username: yanglbme | |
gitee-password: ${{ secrets.GITEE_PASSWORD }} | |
gitee-repo: doocs/qcloud-im-server-sdk-java | |
branch: gh-pages |